Toggling Sorting Plan Reducer
This SortingPlanReducer implementation defines the logic to generate a plan with at most one column for sorting. This perfectly matches with the OneColumnSorter implementation for doing the sorting.
See also
Constructors
Functions
Link copied to clipboard
open override fun reduce(sortingPlan: SortingPlan, activated: ColumnIdSorting): SortingPlan
Content copied to clipboard