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

Global Filter timeout problem #3913

Closed
cagataycivici opened this issue Sep 12, 2017 · 0 comments
Closed

Global Filter timeout problem #3913

cagataycivici opened this issue Sep 12, 2017 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@cagataycivici
Copy link
Member

While using filter with datatable the setTimeout is not cancelled before a new one is created. As a result if you type n characters fast enough (faster than filterDelay property value) the this._filter() method is called n times instead of one.

@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Sep 12, 2017
@cagataycivici cagataycivici added this to the 4.2 milestone Sep 12, 2017
@cagataycivici cagataycivici self-assigned this Sep 12, 2017
cagataycivici added a commit that referenced this issue Sep 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

1 participant