Optional
caseSort string values case insensitive.
Optional
colColumn ID as defined in tree.columns
definition. Required if updateColInfo is true.
Optional
deepSort descendants recursively.
Optional
nativeSort by this property if order is undefined
.
See also WunderbaumNode.resetNativeChildOrder.
Optional
orderSort order.
Optional
propThe name of the node property that will be used for sorting.
Optional
updateRotate sort order (asc -> desc -> none) before sorting.
Update the sort icons in the column header
Note:
Sorting is done in-place. There is no 'unsorted' state, but we can
call setCurrentSortOrder()
to renumber the node._sortIdx
property,
which will be used as sort key, when order
is undefined
.
Possible values for WunderbaumNode.sortByProperty
options
argument.