Wijmo UI for the Web
allowSort Field
wijmo.grid Namespace > IColumn Interface : allowSort Field

A value indicating whether column can be sorted.

Syntax
var instance; // Type: wijmo.grid.IColumn;
var value; // Type: boolean
value = instance.allowSort;
var allowSort : boolean;
Example
$("#element").wijgrid({ columns: [{ allowSort: true }] });
See Also

Reference

IColumn Interface