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
header Names
a list of table headers names
types
a set of table types
caption
table caption
responsive Type
determines if the table is responsive
table Color
table color variant
thead Color
table header color variant
class Name
CSS class names
init
an initializer extension function