SummaryTableCell

external interface SummaryTableCell(source)

Properties

Link copied to clipboard
abstract val colspan: String?

Number of columns the cell extends (optional) default: '1'

Link copied to clipboard
abstract val data: String

Cell content

Link copied to clipboard
abstract val header: Boolean?

Render cell as header (optional) default: false

Link copied to clipboard
abstract val rowspan: String?

Number of rows the cell extends (optional) default: '1'