Wijmo UI for the Web
headerText Field

Gets or sets the header text.

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.c1basefield.options.headerText;
Javascript (Specification) 
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).
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.