Ignore last row when using filter_query in DataTable


Hello all,

Im trying to use conditional filters to highlight the cells, But the filter_query is highlighting the last row which I don’t want.

I just want the filter_query to ignore the Last Row. Can anyone share your ideas or tips to achieve this?

Thanks.

Hi,
just 'filter_query': '{A} > 10 && {Associate} != Total',

Hey @stu

Thanks, this is what worked! for me.

'filter_query': '{Associate} != Total'