Optional
caseSort string values case insensitive.
false
Optional
colColumn ID as defined in tree.columns
definition. Required if updateColInfo is true.
Optional
deepSort descendants recursively.
true
Optional
nativeSort by this property if order is undefined
.
See also WunderbaumNode.resetNativeChildOrder.
_nativeIndex
.
Optional
orderSort order.
Use value from column definition (rotated).
Optional
propThe name of the node property that will be used for sorting.
use the colId
as property name.
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
.
false
Possible values for WunderbaumNode.sortByProperty
options
argument.