DkGridSorting
You can access this instance through the property named sorting of the DkGridComponent.
Generics
<T>
represents the object's shape coming from the data source.
<R>
represents the column data type: string
, number
, Date
, or boolean
.
Methods
Method | Description |
---|---|
| It sorts the DkGrid rows by the given column in the given direction. Params:
Return value: void. |
| It evaluates if the DkGrid is sorted by the given column. Params:
Return: |
| It returns the column and the direction of the sorting operation. Otherwise, it returns null. Params: None. Return: |
| It removes the current sorting operation. Params: None. Return: |
Events
Event | Description |
---|---|
| It emits the column and the direction of the current sorting operation. Params: None. Return: |
Last updated