Svelte Adapter for Headless Table Library
"TanStack Table is a headless table library, which means it does not ship with components, markup or styles. This means that you have full control over markup and styles (CSS, CSS-in-JS, UI Component Libraries, etc) and this is also what gives it its portable nature.
If you want a lightweight table with full control over markup and implementation, then you should consider using TanStack Table.
The
@tanstack/svelte-table
adapter is a wrapper around the core table logic. Most of it's job is related to managing state the "svelte" way, providing types and the rendering implementation of cell/header/footer templates."
TannerLinsley
@tannerlinsley