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...
any help?
thanks...
here's what I got so far...
var colIndex = obj.getSortProperty("index");
colIndex.setStyle("background-color", "#dddddd");
any help?
thanks...
jef
November 13,