3.2.0

Column Header Text Align

I tried:
var column = new Active.Templates.Header;
column.setStyle("text-align", "left");
obj.setTemplate("column",column);

get a String "undefined" when table loads.

thanks,

david
David
March 30,
To align both header and content, for example, in the 2nd column use

.active-column-1 {text-align: right;}

To align header only:

.active-scroll-top .active-column-1 {text-align: center;}

To align all headers:

.active-scroll-top * {text-align: center;}
Alex (ActiveWidgets)
March 30,
Just want to add that for the row header column header text (the so called corner box) the style can be set with the following CSS entry:

.active-scroll-corner * {text-align: left;}
Andreas
May 11,

This topic is archived.

See also:


Back to support forum