wijmo.grid.c1basefield Namespace > options type : headerText Option |
Gets or sets the header text.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").c1basefield("option", "headerText"); // Set value var newValue; // Type: string $(".selector").c1basefield("option", "headerText", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [ { headerText: "column0" } ] });