jQuery.wijmo.c1field Namespace > options type : allowSort Field |
Default value: true
A value indicating whether column can be sorted.
Javascript (Usage) | |
---|---|
var value; // Type: bool value = jQuery.wijmo.c1field.options.allowSort; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ allowSort: true }] });