Filtering

Filtering

0a0d0s00a0d0s0 Posts: 7Questions: 0Answers: 0
edited May 2011 in General
Really nice component. :)

I'm looking for ways to filter data, other than using free text, or the column select box option (which places a select box in the footer).

Is it possible to use checkboxes to filter certain data, like in the example here:

http://www.picnet.com.au/resources/tablefilter/demo.htm

Hope you can help.

Thanks a lot in advance.

Replies

  • allanallan Posts: 63,522Questions: 1Answers: 10,473 Site admin
    It sure is - you just need to attach an event handler to your checkboxes and use fnFilter() ( http://datatables.net/api#fnFilter ) to then apply the filter you want.

    Allan
  • 0a0d0s00a0d0s0 Posts: 7Questions: 0Answers: 0
    Thanks a lot Allan, I'll give that a try. :D
This discussion has been closed.