ISortingService: object
Defined in: core/services/sorting-service.ts:7
Interface for sorting-related services in a data grid.
Type declaration
Name | Type | Description | Defined in |
---|
applyAscendingSort() | void | Applies an ascending sort to a column. | core/services/sorting-service.ts:21 |
applyDescendingSort() | void | Applies a descending sort to a column. | core/services/sorting-service.ts:28 |
clearColumnSort() | void | Clears the sort for a given column. | core/services/sorting-service.ts:35 |
toggleColumnSort() | void | Toggles the sorting of a column. | core/services/sorting-service.ts:14 |