jQuery.wijmo.c1basefield Namespace > options type : headerText Field |
Gets or sets the header text.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.c1basefield.options.headerText; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [ { headerText: "column0" } ] });