Wijmo UI for the Web
headerText Field
wijmo.grid Namespace > IC1FieldOptions Interface : headerText Field

Gets or sets the header text.

Syntax
var instance; // Type: wijmo.grid.IC1FieldOptions;
var value; // Type: string
value = instance.headerText;
var headerText : string;
Example
$("#element").wijgrid({ columns: [ { headerText: "column0" } ] });
Remarks
If the value is undefined the header text will be determined automatically depending on the type of the datasource: DOM table - text in the header cell. Array of objects - dataKey (name of the field associated with column). Two-dimensional array - dataKey (index of the field associated with column).
See Also

Reference

IC1FieldOptions Interface