Hide column in table conditionally

I checked the documentation and all they give is the attached image example...

What I need to do is hide a column
if
another column has a value

In this specific example:

if born column is NULL, I need expected column to be shown

if born column is SET, I need expected column to be hidden
hiding_columns_-_filament.png
Was this page helpful?