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

Using a delay on input field / using bindwithdelay #61

Open
chross opened this issue Sep 24, 2018 · 0 comments
Open

Using a delay on input field / using bindwithdelay #61

chross opened this issue Sep 24, 2018 · 0 comments

Comments

@chross
Copy link

chross commented Sep 24, 2018

I am currently looking at how to implement a search with delay.

The point is, I have a list of nearly 20000 entries with 5 columns and need tablewide search. This is very slow, especially when users are beginning to enter their search term.
What I want is a certain delay on the input field, to only fire the search event when there is no further entry for x second.
I thought, bindwithdelay would solve this, but simply adding it to the page did nothing. Further, I could not find an example for bindwithdelay or documentation on how to use these two together.

Kind regards

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

No branches or pull requests

1 participant