toggle menu
Mobile UI
0.5.1
common
switch theme
search in API
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.