-
Notifications
You must be signed in to change notification settings - Fork 284
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
request for feature - input delay #51
Comments
Hi, |
yes, that's correct, but not necessarily by number of chars but by a delay On Sun, Jun 1, 2014 at 9:17 AM, Daniel notifications@github.com wrote:
|
Ok, that what I had in mind, no third part will be needed, several lines of code should do... will add something similar to "filter_delay" that will be support by filter_type: "text" only (at-least for now) |
very cool! thanks! On Sun, Jun 1, 2014 at 12:13 PM, Daniel notifications@github.com wrote:
|
You can grab the 0.7.4.beta.1 from https://github.com/vedmack/yadcf/blob/master/lab/jquery.dataTables.yadcf.js , I have added filter_delay property , use like this:
It will wait 1000 millis' ( second after the last keyup and then do the filtering, so you can actually finish typing an entire word and only then it will fire) |
:) thanks! On Tue, Jun 3, 2014 at 2:51 PM, Daniel notifications@github.com wrote:
|
hi folks, i want to delay to search search until 3 characters been typed or enter is clicked! there are many sampes without yadcf, and those work well, but same methods doesnt work with yadcf.. please help me how to do it.. thanks in advance. |
hi vedmack,
i'm was wondering if you could incorporate something similar to: http://lab.narf.pl/jquery-typing/ into yadcf. maybe it's easy enough for me to add the previous into my script myself but it seems the most logical way of incorporating this feature would be to have a variable for each column which specifies the timeout. Default could be "0" to continue to have same behaviour as now.
thanks,
keith
The text was updated successfully, but these errors were encountered: