In my jQuery datatable I use a column().search() searchbox for every column.
I have one column where each row contains a checkbox.
Now I want to filter the table to display only the rows where the checkbox is checked (or respectively unchecked).
Any ideas how to implement this, or pointers to examples?