highlight text color not working after setting cell color
If i set a cell color specifically using:
obj.getCellTemplate(cell).setStyle("color","green");
then when i highlight a row, the text color stays green and does not change to white as it should.
Is there any way to solve this?
I've tried putting in:
.aw-rows-selected {color: white;}
.aw-cells-selected {color: white;}
but that still doesn't work.
obj.getCellTemplate(cell).setStyle("color","green");
then when i highlight a row, the text color stays green and does not change to white as it should.
Is there any way to solve this?
I've tried putting in:
.aw-rows-selected {color: white;}
.aw-cells-selected {color: white;}
but that still doesn't work.
Jonathan Doklovic
February 8,