- Search
- Sortable on the columns
- Pagination
- Row limit
- Buttons to show all rows or less
:data
(Array) array of the object we want to display in the table:columns
(Array) shown columns in the data object
:search-query
(String) initial search query:init-limit
(Number) initial limit:is-paginated
(Boolean) display table with pagination or not:init-sort-key
(String) initial sort key on a given column from the required props
- NodeJS >= 6.10
- Yarn >= 1.7.0
yarn install
yarn run serve
yarn run build
yarn run lint