-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
TanStack Table version
8.21.3
Framework/Library version
Svelte 5.46.4
Describe the bug and the steps to reproduce it
Hello from the other side,
we ran into an issue where Tanstack table performance was very poor. We had the same issues with different data sizes (for example 5k or 30k, both performed very poorly even tho the 5k was a little better).
The performance problems happened on:
- initial rendering of the table
- sorting
- filtering
Basicly any time the getRowModel() gets recalculated, it gets stuck in super long calculations.
What we found out is, that this behaviour only breaks on newer Svelte versions. We then downgraded our Svelte version again and everything worked just fine.
old working version: svelte@5.38.10
after upgrading (where the performance problems happen): svelte@5.46.4
We didn't investigate which version specifically introduced the issue.
Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
No, because I do not know how
Terms & Code of Conduct
- I agree to follow this project's Code of Conduct
- I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.