Wijmo UI for the Web
columns Field
wijmo.grid Namespace > IC1BandFieldOptions Interface : columns Field

Type: wijmo.grid.IColumn[]

Gets a array of objects representing the band columns.

Syntax
var instance; // Type: wijmo.grid.IC1BandFieldOptions;
var value; // Type: any
value = instance.columns;
var columns : any;
Example
$("#element").wijgrid({
  columns: [{
     headerText: "Band",
     columns: [
        { headerText: "ID" },
        { headerText: "Name" }
     ]
  }]
});
See Also

Reference

IC1BandFieldOptions Interface