jQuery.wijmo.wijgrid Namespace > options type : allowSorting Field |
Default value: false
Determines whether the widget can be sorted by clicking the column header.
Javascript (Usage) | |
---|---|
var value; // Type: bool value = jQuery.wijmo.wijgrid.options.allowSorting; |
Javascript (Specification) | |
---|---|
|
// Sort a column by clicking its header when allowSorting is set to true $("#element").wijgrid({ allowSorting: false });