Search on hidden column...
Search on hidden column...
Hello,
I have a table not very large (200px), I'd like display an 3rd column but I can't. I have a firstname and lastname column and the 3rd is a customer number. I'd like hide this 3rd column but the search should work on the 3 column. Is it possible ?
Thanks,
I have a table not very large (200px), I'd like display an 3rd column but I can't. I have a firstname and lastname column and the 3rd is a customer number. I'd like hide this 3rd column but the search should work on the 3 column. Is it possible ?
Thanks,
This discussion has been closed.
Replies
http://www.datatables.net/examples/basic_init/hidden_columns.html
By default, the column will remain searchable. By setting bSearchable the column can be excluded from search too, e.g. {"bVisible": false, "bSearchable": false }