Custom filtering usage
Custom filtering usage
nicktheo07
Posts: 2Questions: 1Answers: 0
I have implemented the following example:
http://www.datatables.net/examples/plug-ins/range_filtering.html
However, the first time i use the filter i need to press "Enter" or "Backspace" in order to work.
This happens only the first time.
Any ideas?
Thanks!
This discussion has been closed.
Answers
Found it!
I shouldn't put $.fn.dataTable.ext.search.push function inside onkeyup.
Thanks anyway!