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