Wijmo UI for the Web
columns Field

Type: wijmo.grid.IColumn[]

Gets a array of objects representing the band columns.

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.IC1BandOptions;
var value; // Type: any
value = instance.columns;
Javascript (Specification) 
var columns : any;
Example
$("#element").wijgrid({
  columns: [{
     headerText: "Band",
     columns: [
        { headerText: "ID" },
        { headerText: "Name" }
     ]
  }]
});
Browser Compatibility
7
5
5

See Also

Reference

IC1BandOptions Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.