Filter on column that contains a checkbox
Filter on column that contains a checkbox
dlusignan
Posts: 4Questions: 2Answers: 0
Hi,
I have a column that contains a checkbox generate on the server side. What I want is apply a filter on that column for every checkbox not selected (value = 0). I try many options, but I can't achieve this. Is this possible ?
Thank you.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I've done this with a custom search plugin. You can either filter on the data (0 or 1) value in the column or on the property of the checkbox input.
There are many ways to construct the plugin depending on how you are applying the filter.
Kevin
Thank you.