toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-editor
/
joyfill.table
/
RowMover
Row
Mover
interface
RowMover
Members
Functions
bottom
Link copied to clipboard
abstract
fun
bottom
(
id
:
String
)
:
RowResult
<
RowEditor
>
down
Link copied to clipboard
abstract
fun
down
(
id
:
String
,
by
:
Int
=
1
)
:
RowResult
<
RowEditor
>
top
Link copied to clipboard
abstract
fun
top
(
id
:
String
)
:
RowResult
<
RowEditor
>
up
Link copied to clipboard
abstract
fun
up
(
id
:
String
,
by
:
Int
=
1
)
:
RowResult
<
RowEditor
>