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
/
CheckboxColumnSpec
/
CheckboxColumnSpec
Checkbox
Column
Spec
constructor
(
headerName
:
String
,
widthSetting
:
WidthSetting
,
valueSelector
:
(
T
)
->
Boolean
,
onEdit
:
(
rowIndex
:
Int
,
newValue
:
Boolean
)
->
Unit
?
=
null
)