filter on a hidden column with true/false
filter on a hidden column with true/false
welle
Posts: 2Questions: 1Answers: 0
Hi
Is there a way to make a table that contains a hidden column with a boolean value.
what i want is to have a default filter to filter all where the value is false. but with a button or toggle to the filter off?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
columns.visible
to hide the column and thencolumn().search()
should do it. Or you could use a custom search filter, but I think the built in filtering should be okay for that.Allan
is there a way to then insert the input field here in the box on my screenshot here?
https://i.imgur.com/XBpB32J.png
This example shows how it might be done.
Allan