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

DataTableColumns

customize datatable columns for data

Props

drop

Whether to show the controls via a DropButton.

boolean
true

options

The set of possible columns.

array of strings
['id', 'name', 'age']
array of objects
[
  { label: 'Id', value: 'id' },
  { label: 'Name', value: 'name' },
  { label: 'Age', value: 'age' },
]