sohilgupta123 / jquery-datatables-column-filter

Automatically exported from code.google.com/p/jquery-datatables-column-filter
0 stars 0 forks source link

Unable to assign a delay to the filtering mechanism #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. have 5000+ records
2. start typing in a field
3. wait to be able to type the next key 

What is the expected output? What do you see instead?
very slow response typing as it is filtering at each keystroke. i would like to 
be able to apply a delay so that it only filters when i pause my typing. the 
data needs to be on the clientend, so splitting up the data into smaller chunks 
from the server isn't an option.

Please provide any additional information below.

any kind of hack or code to accomplish this would be appreciated!

Original issue reported on code.google.com by peter.ur...@gmail.com on 30 Jul 2012 at 11:14

GoogleCodeExporter commented 9 years ago
Peter,

I haven't seen your issue before post mine. I've just posted to propose a hack 
to this situation.

See: 
https://code.google.com/p/jquery-datatables-column-filter/issues/detail?id=97

[]'s
Rafael Goulart from Brazil

Original comment by rafael...@gmail.com on 17 Sep 2012 at 8:51