I'm trying to change the color of a row in a table based on the value of a field 'action'. If it's equal to "allowed", I want the row to be green. If it's equal to "blocked", I want it to be red.
How can this be done in the code? I'm not seeing much documentation online for manipulating context.
Thanks in advance and appreciate the help.