How to make searchable false dynamically
How to make searchable false dynamically
kalpesh.vyas26
Posts: 10Questions: 2Answers: 0
Hello all,
I am using below code for making a column's visibility false
ticketTable.column(colIndex ).visible(false);
Is there any similar way to make it non searchable also?
This discussion has been closed.
Answers
Sorry - no. Its something I hope to add in future, but there isn't an option for that at the moment.
Allan
Any workaround ? No?
No. Allan would have said if there was a workaround.
Correct. Basically the only option is to destroy the table (
destroy()
) and then initialise it again with the new options you want.Allan