Compose Material Data Table
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Compose Material Data Table
lib
/
io.github.aleksandar_stefanovic.composematerialdatatable
/
DropdownColumnSpec
/
DropdownColumnSpec
Dropdown
Column
Spec
constructor
(
headerName
:
String
,
widthSetting
:
WidthSetting
,
valueSelector
:
(
T
)
->
S
,
valueFormatter
:
(
S
)
->
String
=
{ it.toString() }
,
choices
:
List
<
S
>
,
onEdit
:
(
rowIndex
:
Int
,
newValue
:
S
)
->
Unit
?
=
null
)