Conditional rendering a table column

Is it possible to conditionaly render a column or the value of a column?

Lets say I have a form with a boolean field: "send_email" and only when the value is true I want to show the email related fields. This is perfectly possible in a form.

But what if I want to do show this also in the table?
Can I for example hide the contents of the email fields when send_email is set to true in the table?
Was this page helpful?