kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-tabulator
/
dev.kilua.tabulator
/
ColumnDefinition
/
sorterFunction
sorter
Function
val
sorterFunction
:
(
a
:
JsAny
,
b
:
JsAny
,
aRow
:
RowComponent
,
bRow
:
RowComponent
,
column
:
ColumnComponent
,
dir
:
String
,
sorterParams
:
JsAny
?
)
->
Double
?
(
source
)