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

A value indicating whether column can be sorted.

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

Reference

IC1FieldOptions Interface