Prevent clearing CSS added to node after filterByAll() in datatable filter

Hi Webix Team,

The CSS applied to the selected column node gets removed once the filterByAll() completes it’s execution. Hence, We are losing the CSS added to the node.
Please suggest the solution to maintain the same CSS after filterByAll() method.

Thanks in advance,

Regards,
Kaleem B N

Can I have some solutions for my query?

Regards,
Kaleem B N

Hello,

How exactly do you add the CSS to the column?

Basically, it works: https://webix.com/snippet/1cb903d2
(also, filterByAll is applied when you use any built-in filter)

But if you use server-side filtering, CSS will be reset to default.
In such case, you need to re-apply the style. Please check the related topic.

any way to prevent row css clearing?
I have selected rows with css that is cleared once i filter by some column

@alex257, here is the related discussion with the answer
https://forum.webix.com/discussion/32342/datable-show-hide-only-selected-rows-multiselect#latest