Skip to content

ISortingService

ISortingService: object

Defined in: core/services/sorting-service.ts:7

Interface for sorting-related services in a data grid.

Type declaration

NameTypeDescriptionDefined in
applyAscendingSort()voidApplies an ascending sort to a column.core/services/sorting-service.ts:21
applyDescendingSort()voidApplies a descending sort to a column.core/services/sorting-service.ts:28
clearColumnSort()voidClears the sort for a given column.core/services/sorting-service.ts:35
toggleColumnSort()voidToggles the sorting of a column.core/services/sorting-service.ts:14