kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-tabulator
/
io.kvision.tabulator
/
ColumnDefinition
/
editorComponentFunction
editor
Component
Function
val
editorComponentFunction
:
(
cell
:
Tabulator.CellComponent
,
onRendered
:
(
callback
:
(
)
->
Unit
)
->
Unit
,
success
:
(
value
:
Any
?
)
->
Unit
,
cancel
:
(
value
:
Any
?
)
->
Unit
,
data
:
T
)
->
Component
?
=
null
(
source
)