Col
open class Col(content: String? = null, rich: Boolean = false, align: <Error class: unknown class>? = null, colWidth: <Error class: unknown class>? = null, colVerticalAlign: GridVerticalAlign? = null, className: String? = null, init: Col.() -> Unit? = null)
A column component.
Parameters
content
the content of the column.
rich
whether content can contain HTML code
align
text align
col Width
a column width
col Vertical Align
vertical align of the column content
class Name
CSS class names
init
an initializer extension function