components
0.14.4
js
components
/
dev.fritz2.components.datatable
/
RowSorter
Row
Sorter
js
interface
RowSorter
<
T
>
Content copied to clipboard
This interface defines the actual sorting action.
Functions
See also
Inheritors
See also
js
dev.
fritz2.
components.
datatable.
Column
Sorting
Plan
Functions
sorted
By
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