Filtering on certain columns

Filtering on certain columns

greenpoisegreenpoise Posts: 1Questions: 0Answers: 0
edited April 2012 in General
I would love to use this example http://datatables.net/release-datatables/examples/api/multi_filter.html

with one variant, I would like to filter on but not on all columns. How can I achieve this?

thanks

Replies

  • george9eggeorge9eg Posts: 6Questions: 0Answers: 0
    Set [code]"bSearchable": false[/code] in either the aoColumns or aoColumnDefs specification for each of the columns that you don't want to filter on. See http://datatables.net/usage/columns#bSearchable
This discussion has been closed.