jQuery.wijmo.wijtree Namespace > options type : allowSorting Field |
Default value: true
The allowSorting option allows the tree nodes to be sorted at run time when the user presses the "s" key.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijtree.options.allowSorting; |
Javascript (Specification) | |
---|---|
var allowSorting : boolean; |