Cell

open class Cell(content: String?, rich: Boolean, align: <ERROR CLASS>?, className: String?, init: Cell.() -> Unit?)

HTML table cell component.

Parameters

content

text content of the cell

rich

determines if content can contain HTML code

align

text align

className

CSS class names

init

an initializer extension function

Constructors

Cell
Link copied to clipboard
fun Cell(content: String? = null, rich: Boolean = false, align: <ERROR CLASS>? = null, className: String? = null, init: Cell.() -> Unit? = null)