Header Cell
open class HeaderCell(content: String?, rich: Boolean, align: <ERROR CLASS>?, scope: Scope?, className: String?, init: HeaderCell.() -> Unit?)
Content copied to clipboard
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
Constructors
HeaderCell
Link copied to clipboard
fun HeaderCell(content: String? = null, rich: Boolean = false, align: <ERROR CLASS>? = null, scope: Scope? = null, className: String? = null, init: HeaderCell.() -> Unit? = null)
Content copied to clipboard