I have a grid with two columns.
- The first is a ‘Status’ field (Posibble values: ‘Available’, ‘Some space’, ‘Full’)
- The second is a ‘Container’s name’ field (Possible values: ‘Box 1’, ‘Box 2’,… ‘Box N’)
(I fill this grid using a PHP script with an XML output)
I’d like to show the ‘Available’ (row) containers in GREEN color, the ‘Some space’ containers in YELLOW color and the ‘Full’ containers with a RED background color.
Is it possible?
Thanks in advance.