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
/
DoubleColumnSpec
/
DoubleColumnSpec
Double
Column
Spec
constructor
(
headerName
:
String
,
widthSetting
:
WidthSetting
,
valueSelector
:
(
T
)
->
Double
,
formatToString
:
(
Double
)
->
String
=
{ it.toString() }
,
parseToDouble
:
(
String
)
->
Double
=
{ it.toDouble() }
,
onEdit
:
(
rowIndex
:
Int
,
newValue
:
Double
)
->
Unit
?
=
null
)