Disable search on hidden column
Disable search on hidden column
datatable_user
Posts: 19Questions: 6Answers: 0
I hide my column with this : table.column(4).visible(false);
but how do I disable search outside of columnDefs
?
Using table.column(4).searchable(false);
or table.column(4).search(false);
does not worked. What is the correct function name?
Thanks in advance
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
This thread should help, it's asking the same thing.
Cheers,
Colin
That said, this thread does offer a solution,
Colin