Possible bug when using draw() function
Possible bug when using draw() function
Hello there,
i have a slight problem with a datatables instance.
The table has search fields above each column, which cause the table to be filtered on input. After executing draw() to redraw the table, once filtering has occured causes some click events to get lost.
To reproduce enter 'a' in the first column filter and then try to use the pagination. It requires two left clicks to work. Same problem exists when using the select plugin.
Example: http://live.datatables.net/lubibeye/2
Thank you very much for the library!
Jonas
Answers
Hi Jonas,
This issue was actually discussed a couple of days ago and this commit resolves the issue in the example. A similar change in your code should address the problem.
Allan
Hi Allen,
i modified my code according to your recommendations and it is working fine now.
Thank you very much.
For reference i will add a link to the working live demo:
http://live.datatables.net/lubibeye/3/
Regards,
Jonas