Crossed out table cell text (whole row)

Hi Guys,

I need help to achieve text of a full row to be crossed out depending on a cells value.

image

Any idea?

Unless you want to attempt to add CSS to the table depending on conditions which can be complicated, I would try considering a simple color change to the font instead

Hi Scott,

tried this before, but cannot reference currentRow for cell text color...

You can reference currentSourceRow

For the row background color yes, but not for the cell text color:

You should be able to do that at the column level using a ternary operator

Screenshot 2024-02-23 at 8.06.47 AM

1 Like