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