How do I hide the Column Search box for a specific column?
How do I hide the Column Search box for a specific column?

How do I hide the Column Search box for a specific column? When I change the footer cell to <td> the search box is removed but then the search value for the second column is placed in the first columns search value parameter.
columns[0][data] nameId
columns[0][name]
columns[0][searchable] false
columns[0][orderable] false
columns[0][search][value] inc ==>This value should be in column 1 not in column 0
columns[0][search][regex] false
columns[1][data] name
columns[1][name] Name
columns[1][searchable] true
columns[1][orderable] false
columns[1][search][value]
columns[1][search][regex] false
This question has an accepted answers - jump to answer
Answers
Hi @jstemper ,
Column searching is something you've added in, so it would depend on your code. We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin