3.2.0

Change the background color of the sorted column?

I would like to have the background color of the column that is sorted to change color background.

here's what I got so far...

var colIndex = obj.getSortProperty("index"); 
colIndex.setStyle("background-color", "#dddddd");


any help?
thanks...
jef
November 13,
I think you will need to call obj.refresh after the change

and jak why? lol
J
November 24,

This topic is archived.

See also:


Back to support forum