components
/
dev.fritz2.components.datatable
/
RowSorter
js
Row
Sorter
interface
RowSorter
<
T
>
Content copied to clipboard
This interface defines the actual sorting action.
Functions
See also
Inheritors
See also
ColumnSortingPlan
Functions
equals
Link copied to clipboard
js
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
js
open fun
hashCode
():
Int
Content copied to clipboard
sortedBy
Link copied to clipboard
js
abstract fun
sortedBy
(rows:
List
<
T
>, columnSortingPlan:
ColumnSortingPlan
<
T
>):
List
<
T
>
Content copied to clipboard
toString
Link copied to clipboard
js
open fun
toString
():
String
Content copied to clipboard
Inheritors
OneColumnSorter
Link copied to clipboard