Data table is a wrapper component that encapsulates search, sort and pagination of tabular data.
Name
|
Type
|
Default
|
Description
|
|---|---|---|---|
items | Array | () => [] | An array of item objects |
total | Number | 0 | Total number of items on all pages |
per-page | Number | 25 | Number of items on each page |
repeat | Number | 0 | Maximum number of times the load will load new automatically,
before user must click the button to load new items.
Use |
loading | Boolean | false | Set the loading state |
striped | Boolean | -- | Render a striped list |
divided | Boolean | -- | Divide items |