I need to change the row color of my table viewer on some conditions. For
ex if my first column contains the value 1 then the row color should
change in RED.
How can I do that? (Currently I am iterating the table and setting
table.getItem(i).setBackground(color))