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
dev.fritz2.components.datatable.ColumnSortingPlan
Functions
sortedBy
Link copied to clipboard
js
abstract fun
sortedBy
(rows:
List
<
T
>, columnSortingPlan:
ColumnSortingPlan
<
T
>):
List
<
T
>
Content copied to clipboard
Inheritors
OneColumnSorter
Link copied to clipboard