Data Table

Powerful tables and datagrids built with TanStack Table and the Table primitives.

Loading preview…

Installation

Usage

Data tables vary by dataset, so this item ships a full payments example (filtering, sorting, pagination, column visibility, row selection, and row actions) you can adapt.

Requires TanStack Table v9 (@tanstack/svelte-table) and the table, dropdown-menu, button, checkbox, and input registry items.

1<script lang="ts">
2	import DataTable from '~/components/data-table/data-table.svelte';
3</script>
4
5<DataTable />