Menu
Libraries |
Category

datatables

svelte simple datatables

A powerful toolkit for building datatable components with Svelte. The library provides a robust API that offers advanced features while reducing code complexity.

Key Features:

  • Designed specifically for Svelte (with Svelte runes support)
  • Simplified data workflow
  • Advanced datatable functionality
  • Reduced code complexity
  • Includes legacy support for v1 migration

Target Audience: Svelte developers who need to implement datatable components with advanced features while maintaining clean, simple code.

Migration Note: The library provides a smooth transition path from v1 to v2 through a dedicated legacy namespace.

Example Usage:

<script lang="ts">
    import { TableHandler } from '@vincjo/datatables'
    const table = new TableHandler(data, { rowsPerPage: 50 })
</script>

Documentation: vincjo.fr/datatables

datatabledatatablessveltesveltejstablefilterpaginationsortheadlessselectionsimplelazy-loading

Comments