jQuery.wijmo.c1band Namespace > options type : columns Field |
Default value: []
Gets a array of objects representing the band columns.
Javascript (Usage) | |
---|---|
var value; // Type: value = jQuery.wijmo.c1band.options.columns; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ headerText: "Band", columns: [ { headerText: "ID" }, { headerText: "Name" } ] }] });