Hide column by value

Tags: #<Tag:0x00007f0b02bd6a00>

Hello guys,

Is there any way to hide column with specified value?
My table is dynamic - based on data from the database. I am not able to specify each column by its index - can I do it by value?

I tried to search it with the “search” plugin, but results are only for row data…

Thanks in advance

Welcome Aleksandra :slight_smile:

That is achievable.

Here https://jsfiddle.net/74mupwk5/ is an example where I use the afterChange hook to call the hideRow method of the hiddenRows plugin with a delay of 800 ms to show that the value has changed according to our pattern.