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

Fix table component only applying the last filter before timeout (#5660) #5661

Merged
merged 1 commit into from
May 31, 2018

Conversation

jseed
Copy link
Contributor

@jseed jseed commented Apr 30, 2018

Fixes issue #5660

Filter function modified to store the filter value immediately, instead of on timeout.
This ensures that ALL calls to filter within the same timeout are applied, not just the last one.
The filter is still not executed until the timeout.

@cagataycivici cagataycivici merged commit f367af2 into primefaces:master May 31, 2018
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.

2 participants