TanStack / table

🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
https://tanstack.com/table
MIT License
25k stars 3.07k forks source link

feat: update svelte-table docs for Svelte 5 #5622

Closed walker-tx closed 3 months ago

walker-tx commented 3 months ago

Updates the documentation for compatibility with the new Svelte 5 adapter, which uses runes.

In addition to updating code examples within the docs, I also added a chunk of content in the "Svelte Table Adapter" doc in order to clarify rendering components.

Much of the code examples in the state docs were derived heavily from the solid-table docs.

As always, feedback welcome.