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