Change table rows color based on a cell values

Hello
Need your help to figure out how can i change rows color in a table, based on a specific cell value.
I have a table with stocks symbols and the price change since the last day, if the change is negative, i want to change the color of the entire row to red, if the change is positive, i want to change it to green.
Is it something that i can achieve with WIX table?.

Thank you!.

1 Like

I don’t think you can do it with tables but you can use a repeater instead, and design it like a table, then you’ll be able to change the cell color based on its content.

Thank you, i will learn how to work with repeater.