Auto Hide Columns Containing Null Values from a table viz.

I have a table visualization which is connected with different filters. When I apply a certain filter one of the column gives out only Null values in it.
So is there a way my table viz could automatically hide that column when a filter is applied.

For Example:

Consider my table A:
ID || Type || Value

1 A 10

2 B NULL

3 B NULL

4 A 15

If I filter this on type = “B”

I will get this result

ID || Type || Value

2 B NULL

3 B NULL

In this case I want to hide the value column.

Is it possible in Looker ?

did you find a solution for this?