Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[DataGrid] Add recipe for persisting filters in local storage #14208

Merged
merged 3 commits into from
Aug 15, 2024

Conversation

cherniavskii
Copy link
Member

@cherniavskii cherniavskii commented Aug 14, 2024

@cherniavskii cherniavskii added docs Improvements or additions to the documentation 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 customization: logic Logic customizability recipe labels Aug 14, 2024
@cherniavskii cherniavskii changed the title [docs] Add recipe for persisting filters in local storage [DataGrid] Add recipe for persisting filters in local storage Aug 14, 2024
@mui-bot
Copy link

mui-bot commented Aug 14, 2024

@cherniavskii cherniavskii marked this pull request as ready for review August 14, 2024 14:20
@cherniavskii cherniavskii requested review from michelengelen and a team August 14, 2024 14:20
Copy link
Member

@MBilalShafi MBilalShafi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice usage of React.useSyncExternalStore 👍

@cherniavskii cherniavskii enabled auto-merge (squash) August 15, 2024 11:25
@cherniavskii cherniavskii merged commit 3e2d3d0 into mui:master Aug 15, 2024
16 checks passed
@cherniavskii cherniavskii deleted the filtering-localStorage-recipe branch August 15, 2024 13:40
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
component: data grid This is the name of the generic UI component, not the React module! customization: logic Logic customizability docs Improvements or additions to the documentation feature: Filtering Related to the data grid Filtering feature recipe
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[docs] Add a recipe for persisting filters on page refresh
4 participants