Filtering Using A Checkbox - Still Broken?

Filtering Using A Checkbox - Still Broken?

JoyrexJoyrex Posts: 92Questions: 14Answers: 3

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

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin
    Answer ✓

    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

  • JoyrexJoyrex Posts: 92Questions: 14Answers: 3

    Allan,

    Ah, OK - I'll change my code to match and see if it works. Thanks!

This discussion has been closed.