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

Type: wijmo.grid.IColumn[]

An array of column options.

Syntax
var instance; // Type: wijmo.grid.IWijgridOptions;
var value; // Type: any
value = instance.columns;
var columns : any;
Example
$("#element").wijgrid({ columns: [ { headerText: "column0", allowSort: false }, { headerText: "column1", dataType: "number" } ] });
See Also

Reference

IWijgridOptions Interface