Setting a row color on a table

I was to specifically set a row color, e.g set row 5 and row 10 in a table to have a specific background? Data is coming form a database query so ideally I want to do it by the id column in the table.

HelloW =D

Did you ever try something like:

or

You could put a conditional inside the background input depending on the id number or the position of the id

Cya

1 Like