A toolkit for creating datatable components with Svelte
# Presentation
This package provides an API to handle data and related events : rows, filters, pagination, search, sort...
- **Headless** by design
- **Typescript** support
- **SSR** compatibility
Also provides some sample components, which you can grab and customize in your own project.
:globe_with_meridians: **[Live examples](https://vincjo.fr/datatables/examples)**
# Install
````apache
npm i -D @vincjo/datatables
````
# Sample code
````svelte