Skip to content
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

[DataGrid] Go to the first page when sorting/filtering is applied #16447

Merged
merged 6 commits into from
Feb 16, 2025

Conversation

arminmeh
Copy link
Contributor

@arminmeh arminmeh commented Feb 4, 2025

Closes #15378

Follow up from #16450 which adds the feature to v7

Changelog

Breaking changes

  • The resetPageOnSortFilter prop was removed. The Data Grid now goes back to the first page after sort or filter is applied.

@arminmeh arminmeh added breaking change component: data grid This is the name of the generic UI component, not the React module! feature: Filtering Related to the data grid Filtering feature feature: Sorting Related to the data grid Sorting feature feature: Pagination Related to the data grid Pagination feature feature: Server integration Better integration with backends, e.g. data source labels Feb 4, 2025
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Feb 13, 2025
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Feb 13, 2025
@arminmeh arminmeh marked this pull request as ready for review February 13, 2025 19:48
@arminmeh arminmeh requested a review from a team February 13, 2025 19:49
@arminmeh arminmeh requested a review from romgrk February 14, 2025 07:03
@arminmeh arminmeh enabled auto-merge (squash) February 14, 2025 07:42
@arminmeh arminmeh requested a review from a team February 14, 2025 10:02
@arminmeh arminmeh merged commit f324bfb into mui:master Feb 16, 2025
18 checks passed
@arminmeh arminmeh deleted the reset-page branch February 16, 2025 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change component: data grid This is the name of the generic UI component, not the React module! feature: Filtering Related to the data grid Filtering feature feature: Pagination Related to the data grid Pagination feature feature: Server integration Better integration with backends, e.g. data source feature: Sorting Related to the data grid Sorting feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[data grid] combined usage of pagination and filter calls api twice with server-side data integration
3 participants