How to change the background color in only one row
I need change the background color in only one row. For example, how to change the color of a row 8 in a table?
This line change a column 1 to "#e9f1f5" color:
obj.getTemplate("row/item", 1).setStyle("background", "#e9f1f5");
I need the same for one row.
This line change a column 1 to "#e9f1f5" color:
obj.getTemplate("row/item", 1).setStyle("background", "#e9f1f5");
I need the same for one row.
Nacho
July 5,