jQuery.wijmo.wijgrid Namespace > options type : columns Field |
Default value: []
An array of column options.
Javascript (Usage) | |
---|---|
var value; // Type: value = jQuery.wijmo.wijgrid.options.columns; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [ { headerText: "column0", allowSort: false }, { headerText: "column1", dataType: "number" } ] });