Custom Table Row Color based on Value

I'm trying to to change the background of an row in my table component, based on one of the values, but i can not find any solution for it.
one of my columns will have a value that if it is "below 0" i need to highlight the whole row as "red".
I'm getting the Table data from a Query Tag that return a Dataset.

do you have any suggestions on how i can do it?

There's an example in the docs and many posts on the topic in the forum. Note that the output format will have to be JSON.

1 Like