Mobile UI
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
Mobile UI
Mobile UI
/
org.hisp.dhis.mobile.ui.designsystem.component.table.model
/
TableHeaderCell
Table
Header
Cell
@
Serializable
data
class
TableHeaderCell
(
val
value
:
String
,
val
disabled
:
Boolean
=
false
)
Data class representing a cell in the table header.
Members
Constructors
Table
Header
Cell
Link copied to clipboard
constructor
(
value
:
String
,
disabled
:
Boolean
=
false
)
Properties
disabled
Link copied to clipboard
val
disabled
:
Boolean
=
false
value
Link copied to clipboard
val
value
:
String
The value displayed in the header cell.