- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter does not reset to first page if initial page index set to anything other than 0 #1302
Comments
Just to clarify here, when you mean first page you mean page 0, correct? For avoiding confusions. |
Yes. |
Closed accidently. Re-opening. |
Hello @shakif95, to achieve expected behaviour, you can pass pagination data to
You can find working expected behaviour here. Also, this behaviour is related to tanstack table. You can replicate same behaviour in tanstack table, here is an example of the same behaviour. There is also workaround in tanstack table to achieve expected behaviour. So, I think this is not an issue as you can use workaround to achieve expected behaviour. |
material-react-table version
3.0.1
react & react-dom versions
18.2.0
Describe the bug and the steps to reproduce it
Minimal, Reproducible Example - (Optional, but Recommended)
https://stackblitz.com/edit/github-o37zg3?file=src%2FTS.tsx
Screenshots or Videos (Optional)
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
The text was updated successfully, but these errors were encountered: