Datatable
Use the KDatatable component to display tabulated data from a DataProvider, with support for filtering, sorting, bulk actions, and row actions.
Datatable with client side data provider and name&email filter
Select an item
| id | name |
|---|
Datatable with server side data provider without bulkActions nor rowActions
| id | name |
|---|
Datatable with Custom Cell Slots
You can customize individual cells using named slots: #cell-fieldName
| id | name |
|---|