TableDatalist
Data table component for admin interfaces.
Usage
<TableDatalist columns={[ { key: 'name', label: 'Name' }, { key: 'email', label: 'Email' }, { key: 'status', label: 'Status' }, ]} data={items}/>Props
| Prop | Type | Description |
|---|---|---|
columns | array | Column definitions |
data | array | Row data |
sortable | boolean | Enable column sorting |
searchable | boolean | Enable search |