Wijmo UI for the Web
allowSorting Field
wijmo.tree Namespace > WijTreeOptions Interface : allowSorting Field

The allowSorting option allows the tree nodes to be sorted at run time when the user presses the "s" key.

Syntax
var instance; // Type: wijmo.tree.WijTreeOptions;
var value; // Type: boolean
value = instance.allowSorting;
var allowSorting : boolean;
See Also

Reference

WijTreeOptions Interface