toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-editor
/
joyfill.table
/
RowResult
Row
Result
class
RowResult
<
T
>
(
val
row
:
T
,
val
index
:
Int
)
Members
Constructors
Row
Result
Link copied to clipboard
constructor
(
row
:
T
,
index
:
Int
)
Properties
index
Link copied to clipboard
val
index
:
Int
row
Link copied to clipboard
val
row
:
T