hi
i wanted to filter with 2 or more options with 'ANY' (OR)
between them, and couldn't find how
(the default of the filtering is 'ALL' (AND))
my code:
$('#grid').igGridFiltering('filter', ([
{ fieldName:'CLUSTER_ID', expr: 28, cond: 'equals'},
{ fieldName:'CLUSTER_ID', expr: 81, cond: 'equals'}
]));