SortingPlanReducer

interface SortingPlanReducer

This interface defines the reducing process for the sorting plan, that is the creation of a new plan based upon a user input, like clicking on symbol or button (SingleArrowSortingRenderer).

See also

Functions

reduce
Link copied to clipboard
js
abstract fun reduce(sortingPlan: SortingPlan, activated: ColumnIdSorting): SortingPlan

Inheritors

TogglingSortingPlanReducer
Link copied to clipboard