RowSorter

interface RowSorter<T>

This interface defines the actual sorting action.

See also

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
sortedBy
Link copied to clipboard
js
abstract fun sortedBy(rows: List<T>, columnSortingPlan: ColumnSortingPlan<T>): List<T>
toString
Link copied to clipboard
js
open fun toString(): String

Inheritors

OneColumnSorter
Link copied to clipboard