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
25.03k stars 3.07k forks source link

Examples for svelte in documentation page not working #5437

Closed davbauer closed 6 months ago

davbauer commented 6 months ago

TanStack Table version

v8.14.0

Framework/Library version

Svelte

Describe the bug and the steps to reproduce it

In the following folder examples/svelte all 6 examples for svelte are not working and throw errors when trying to launch them on the TanStack documentation page:

reference: https://tanstack.com/table/latest/docs/framework/svelte/examples/basic

I tried to fix it myself since I want to use TanStack Table in my own project but I do not have the time to dig into getting the example to work.

Following screenshots in the reproduceable section show the errors.

Your Minimal, Reproducible Example - (Sandbox Highly Recommended)

https://stackblitz.com/github/tanstack/table/tree/main/examples/svelte/basic

Screenshots or Videos (Optional)

Screenshot 2024-03-25 at 20 17 04

Do you intend to try to help solve this bug with your own PR?

No, because I do not have time to dig into it

Terms & Code of Conduct

KevinVandy commented 6 months ago

fixed