Col

constructor(content: String? = null, rich: Boolean = false, align: Align? = null, colWidth: <Error class: unknown class><Number, UNIT>? = null, colVerticalAlign: GridVerticalAlign? = null, className: String? = null, init: Col.() -> Unit? = null)

Creates a column component.

Parameters

content

the content of the column.

rich

whether content can contain HTML code

align

text align

colWidth

a column width

colVerticalAlign

vertical align of the column content

className

CSS class names

init

an initializer extension function