You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im currently implementing tanstack table in my Sveltekit application, but when using filter together with pagination it seems like the page count doesn't update properly.
Im using tanstack table together with Sveltekit via server-side.
So when I filter and get the data back from the server I see that the rowCount is updated, but it seems like the table doesn't update its value for the page count?
Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
Do you intend to try to help solve this bug with your own PR?
None
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.
The text was updated successfully, but these errors were encountered:
perostlin
changed the title
Page Count not updated (Svelte 5)
Page Count not updating (Svelte 5)
Apr 3, 2025
TanStack Table version
v9.0.0-alpha.10
Framework/Library version
Svelte 5.25.6
Describe the bug and the steps to reproduce it
Hello! 👋
Im currently implementing tanstack table in my Sveltekit application, but when using filter together with pagination it seems like the page count doesn't update properly.
Im using tanstack table together with Sveltekit via server-side.
So when I filter and get the data back from the server I see that the rowCount is updated, but it seems like the table doesn't update its value for the page count?
Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
https://codesandbox.io/p/github/perostlin/svelte-tanstack-table/main
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
None
Terms & Code of Conduct
The text was updated successfully, but these errors were encountered: