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
Hello, Im running into a issue with the autoResetPageIndex showing/processing the incorrect page Index when using client side pagination and changing the rows per page.
Steps to reproduce
Click next page 2 times so you see Page 3 of 10,000
Click the rows per page option
Select option show 20
You will now see the incorrect number Page 2 of 5,000
Expected behavior
Click next page 2 times so you see Page 3 of 10,000
Click the rows per page option
Select option show 20
You should now see Page 1 of 5,000
How often does this bug happen?
Every time
Platform
macOS 14.4.1
Chrome 123.0.6312.87 (Official Build) (x86_64)
TypeScript version
5.1.6
Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
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.
TanStack Table version
8.15.0
Framework/Library version
^18.2.0
Describe the bug
Hello, Im running into a issue with the
autoResetPageIndexshowing/processing the incorrect page Index when using client side pagination and changing the rows per page.Steps to reproduce
Page 3 of 10,000show 20You will now see the incorrect number
Page 2 of 5,000Expected behavior
Page 3 of 10,000show 20You should now see
Page 1 of 5,000How often does this bug happen?
Every time
Platform
TypeScript version
5.1.6
Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
https://stackblitz.com/edit/tanstack-table-csasqf?file=src%2Fmain.tsx
Screenshots or Videos (Optional)
Screen.Recording.2024-04-01.at.4.44.46.PM.mov
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