table
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
table
table-core
/
ua.wwind.table
/
EditableColumnBuilder
/
editCell
edit
Cell
fun
editCell
(
canEdit
:
(
T
,
Int
)
->
Boolean
?
=
null
,
content
:
@
Composable
BoxScope
.
(
T
,
E
,
onComplete
:
(
)
->
Unit
)
->
Unit
)
Define editing UI content. Receives the item, edit state, and an onComplete callback.