How to exclude a column on individual column search?
How to exclude a column on individual column search?

Hello all, I am using this individual column search https://datatables.net/examples/api/multi_filter.html
From the code of this example, how can I exclude a column?
Thanks!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The code on line 12 is doing all columns:
Just change that to be columns you want in an array, like:
Colin
Hey Colin, so I should put the column index inside columns() to include it?
Yep