Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
table
/
com.michaelflisar.toolbox.table.definitions
/
Column
/
Column
Column
constructor
(
header
:
Header
,
width
:
ColumnWidth
,
filter
:
Filter
<
Item
,
CellValue
>
?
=
null
,
sortable
:
Boolean
=
true
,
cellValue
:
(
item
:
Item
)
->
CellValue
,
createCell
:
@
Composable
(
item
:
Item
,
value
:
CellValue
)
->
Cell
<
CellValue
>
)