3.2.0

how do i color a particular column in a different color

Hi ,

I want to have a different color in a particular column.
Is there a way i can do that?
Bhushan
August 4,
Hi,

I got the solution...
Just add this line to the code.

It sets the 1st column's background to red.

obj.getColumnTemplate(1).setStyle("background", "red");
Bhushan
August 6,
Or... of course, you could do it using the style itself:
.active-column-6 {width:90px; background-color:#aa0000}

brians
August 8,

This topic is archived.

See also:


Back to support forum