Sorting
Defines sorting rules for sorting the displayed data.
Schema (version 1.10): tchmi:framework#/definitions/DGSorting
Schema (version 1.12): tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiDatagrid.Sorting
Attribute getter
public getSorting(): TcHmiDatagrid.SortingInfo[] | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
TcHmiDatagrid.SortingInfo[], undefined | 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. |
![]() | Available from version 1.10 |
