New! DataTableGroupBy is in beta, test it out and let us know what you think. This component is available on thestable branch.

DataTableGroupBy

customize datatable groupby for data

Props

options

The set of possible columns to group by.

array of strings
['size', 'state']
array of objects
[
  { label: 'Size', value: 'size' },
  { label: 'State', value: 'state' },
]