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
/
TableHeaderRow
Table
Header
Row
@
Serializable
data
class
TableHeaderRow
(
val
cells
:
List
<
TableHeaderCell
>
)
Data class representing a cell in the table header.
Members
Constructors
Table
Header
Row
Link copied to clipboard
constructor
(
cells
:
List
<
TableHeaderCell
>
)
Properties
cells
Link copied to clipboard
val
cells
:
List
<
TableHeaderCell
>