how to get individual column filters except first column when using rowcolumnfilter.js?
how to get individual column filters except first column when using rowcolumnfilter.js?
sandep
Posts: 7Questions: 5Answers: 0
hi i am using data tables.net plug-in (v 1.10.5) .loading data from JSON . getting the data table properly and individual column filters also.but i want to have individual filters for all columns in data table except first column.
any suggestions how to achieve it.
presently using --> http://jquery-datatables-column-filter.googlecode.com/svn/trunk/media/js/jquery.dataTables.columnFilter.js
This discussion has been closed.
Answers
Hi sandep, You can use
aoColumns
oraoColumnDefs
define a column. i.e , disable filter and search in first columnhey @headshot9x .still getting column filter for first column