table
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
table
table-core
/
ua.wwind.table
/
EditableTableColumnsBuilder
/
column
column
fun
column
(
key
:
C
,
valueOf
:
(
T
)
->
Any
?
,
block
:
EditableColumnBuilder
<
T
,
C
,
E
>
.
(
)
->
Unit
)
Declare a column with the given
key
and configure it via
block
.