svelte simple datatables
For -side pagination
Server-side part focuses on fetching and manipulating data from a remote API. A simple wrapper function provides a standardized interface for building requests, making it easy to integrate with existing data sources and APIs.
⚠️ All imports are located in @vincjo/datatables/server
Migration from v1 to v2
In order to make the migration process a little easier, v1 is embed in “legacy” namespace so you will have the opportunity to upgrade your components progressively by simply modifying imports.
- @vincjo/datatables/remote
+ @vincjo/datatables/legacy/remote