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 |
|---|---|
The current value of the attribute. |
Attribute setter
public setSorting(valueNew: TcHmiDatagrid.SortingInfo[] | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available since version 1.12.758 |
