Sorting

Can be used to sort the data. When used in combination with DataSymbol, the data is sorted on the server.

Schema: tchmi:general#/definitions/Object

Attribute getter

public getSorting(): TcHmiDatagrid.SortingInfo[] | null;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

TcHmiDatagrid.SortingInfo[], null

The current value of the attribute.

Attribute setter

public setSorting(valueNew: TcHmiDatagrid.SortingInfo[] | null): void;

Parameter

Name

Type

Description

valueNew

TcHmiDatagrid.SortingInfo[], null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

Sorting 1:

Available since version 1.12.758