Table
fun Table(headerNames: List<String>? = null, types: Set<TableType> = setOf(), caption: String? = null, responsiveType: ResponsiveType? = null, tableColor: TableColor? = null, theadColor: TableColor? = null, className: String? = null, init: Table.() -> Unit? = null)
Content copied to clipboard
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
className
CSS class names
init
an initializer extension function