OneColumnSorter

class OneColumnSorter<T> : RowSorter<T>

This class implements the sorting with at most one column as sorting criterion, that is at most one column within the ColumnSortingPlan.

If no column is present in the plan, no sorting will take place!

Constructors

Link copied to clipboard
fun OneColumnSorter()

Functions

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