I would like to be able conditionally render the color of a row in an Interactive Table Widget based on the value of a row that will not be shown in the table.
Currently, to select the column who’s condition will modify the render, it has to be an actively shown column in the table.
In the following example, edit lock has to be an actively selected column to be used.
I don’t need to display the boolean value. I just want to color the rows accordingly.

