Table(headerNames: List<String>? = null, types: Set<TableType> = setOf(), : String? = null, responsiveType: ResponsiveType? = null, theadType: TheadType? = null, classes: Set<String> = setOf(), init: (Table.() -> Unit)? = null)
headerNames
- a list of table headers names
responsiveType
- determines if the table is responsive
classes
- a set of CSS class names
init
- an initializer extension function
Constructor