Cell
open class Cell(content: String? = null, rich: Boolean = false, align: <Error class: unknown class>? = null, className: String? = null, init: Cell.() -> Unit? = null)
HTML table 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