Header Cell
open class HeaderCell(content: String? = null, rich: Boolean = false, align: <Error class: unknown class>? = null, scope: Scope? = null, className: String? = null, init: HeaderCell.() -> Unit? = null)
HTML table header cell component.
Parameters
content
text content of the cell
rich
determines if content can contain HTML code
align
text align
class Name
CSS class names
init
an initializer extension function