filter empty and not empty cells

filter empty and not empty cells

cagrigurbuzcagrigurbuz Posts: 1Questions: 1Answers: 0

I am using 'JQuery DataTables Column Filter'. I need a sample for filtering a column, with empty or not empty (any other value), using 'select'. Something like:

{
type: "select",
values: [ 'empty cells', 'not-empty cells']
},

This discussion has been closed.