TreeListBase.setSort

Syntax

setSort(column, direction, method);

Parameters

column. Number. Column number

direction. PP.Ui.TreeSortDirection. Sorting direction

method. PP.Ui.TreeSortMethod. Sorting method.

Description

The setSort method sorts tree elements.

Example

The example of use is given in description of TreeListBase.SortColumn.

See also:

TreeListBase