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

Remove debounce on dropdown column filter #805

Conversation

N8ers
Copy link
Contributor

@N8ers N8ers commented Jan 20, 2021

Fixes #732.
Drop downs should now use updateFiltersImmediately in order to avoid the setTimeout.
This also fixes the console errors when running locally using npm run dev

@TheJaredWilcurt TheJaredWilcurt changed the title Issue #732 - unnecessary delay on dropdown column filter Remove debounce on dropdown column filter Jan 20, 2021
Copy link
Collaborator

@TheJaredWilcurt TheJaredWilcurt left a comment

Choose a reason for hiding this comment

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

@xaksis This worked for me locally. Unless you see any potential conflicts with existing code, I think this is good to merge/release.

@TheJaredWilcurt TheJaredWilcurt merged commit 6853016 into xaksis:master Jan 23, 2021
@TheJaredWilcurt
Copy link
Collaborator

@xaksis can we get a new release with this code change? It's been about a month since the last release.

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.

Unnecessary delay when using dropdown column filter
2 participants