Wijmo UI for the Web
columns Field

Type: wijmo.grid.IColumn[]

Default value: []

An array of column options.

Syntax
Javascript (Usage) 
var value; // Type: 
value = jQuery.wijmo.wijgrid.options.columns;
Javascript (Specification) 
var columns : ;
Example
$("#element").wijgrid({ columns: [ { headerText: "column0", allowSort: false }, { headerText: "column1", dataType: "number" } ] });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.