Multi-lines Header
I just couldn't find any subject in the forum in solving the problem of
multi-lines of header in version 2.0.
Any advice?
multi-lines of header in version 2.0.
Any advice?
Kevin
March 18,
*********************************************************************
multiple headers (only with AW.Grid.Extended)
********************************************************************/
obj.setHeaderCount(2);
/********************************************************************
header text (js array)
********************************************************************/
obj.setHeaderText(myHeaders); // js array (see top of this page)
obj.setHeaderText(["Sub 0", "Sub 1", "Sub 2", "Sub 3", "Sub 4"], 1); // js array for the second row of headers
/********************************************************************
header text (static value)
********************************************************************/
// obj.setHeaderText("text"); // assign the same text to all headers
// obj.setHeaderText("text", 1); // header in the column 1
// obj.setHeaderText("text", 1, 1); // header in the column 1, row 1
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