multi-column filtering with textbox outside the table

multi-column filtering with textbox outside the table

srinixsrinix Posts: 1Questions: 0Answers: 0
edited August 2010 in General
I have three column table, and two text-boxes outside of the table.
Can I perform multi-column filtering with both text-box values?

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    You certainly can - all you need to do is call fnFilter ( http://datatables.net/api#fnFilter ) with whatever you want to filter, and how you want to filer.

    Allan
This discussion has been closed.