Filtering Using A Checkbox - Still Broken?
Filtering Using A Checkbox - Still Broken?
I'm trying to filter a recordset with a checkbox that looks at a hidden field, and the only non-Legacy "solution" I could find was the one referenced here: https://datatables.net/forums/discussion/comment/72937/
However, it says it breaks in 1.10+, but when I look at Allan's Fiddle (http://jsfiddle.net/Ltqnx6tz/3/), the resources for the Fiddle point to 1.10! So how is this working? is it because of dataTables vs DataTables?
Furthermore, is there a working solution for 1.10?
This question has an accepted answers - jump to answer
Answers
The fiddle I linked to was updated to work with 1.10. Currently that's the best option for doing this kind of filtering with the new API.
Allan
Allan,
Ah, OK - I'll change my code to match and see if it works. Thanks!