text wrap in head
How do I get the text to wrap in the column headers?
Tim
April 5,
var myColumns = [
"Name",
"Salary Grade<br>(as of 11/01)",
"2004 MAP",
"Blended<br>Unit Rating",
"Incv Salary<br>(as of 11/01)",
"Target %",
"Target<br>Amount",
"Incv<br>Record(s)",
"Stock<br>Awd Range",
"Stock<br>Record(s)",
"Stock<br>Data"
];
obj.setColumnProperty("text", function(i){return myColumns[i]});
obj.setColumnHeaderHeight("40px");
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021