Wijmo UI for the Web
columns Field

Type: wijmo.grid.IColumn[]

Default value: []

Gets a array of objects representing the band columns.

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

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.