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

Re-apply each filter on filter change for data tables. #691

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

MelissaAutumn
Copy link
Member

Fixes #689

I think I may have overcomplicated the solution but I can't think of a better solution right now.

Basically we need to re-apply all the filters if a filter changes, and we also need to store state of the current filters somehow. As they're a dynamic object we can just store in an object.

Copy link
Collaborator

@devmount devmount left a comment

Choose a reason for hiding this comment

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

Looks good, thanks

@MelissaAutumn MelissaAutumn merged commit 91071cf into main Sep 25, 2024
4 checks passed
@MelissaAutumn MelissaAutumn deleted the bugs/689-fix-data-filters branch September 25, 2024 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix data table filters
2 participants