RowSorter

interface RowSorter<T>

This interface defines the actual sorting action.

See also

Functions

sortedBy
Link copied to clipboard
js
abstract fun sortedBy(rows: List<T>, columnSortingPlan: ColumnSortingPlan<T>): List<T>

Inheritors

OneColumnSorter
Link copied to clipboard