Table

constructor(headerNames: List<String>? = null, types: Set<TableType> = setOf(), caption: String? = null, responsiveType: ResponsiveType? = null, tableColor: TableColor? = null, theadColor: TableColor? = null, tbodyDivider: Boolean = false, className: String? = null, init: Table.() -> Unit? = null)

Parameters

headerNames

a list of table headers names

types

a set of table types

caption

table caption

responsiveType

determines if the table is responsive

tableColor

table color variant

theadColor

table header color variant

tbodyDivider

add table body group divider

className

CSS class names

init

an initializer extension function