kvision / pl.treksoft.kvision.table / Table / <init>

<init>

Table(headerNames: List<String>? = null, types: Set<TableType> = setOf(), caption: String? = null, responsive: Boolean = false, classes: Set<String> = setOf(), init: (Table.() -> Unit)? = null)

Parameters

headerNames - a list of table headers names

types - a set of table types

caption - table caption

responsive - determines if the table is responsive

classes - a set of CSS class names

init - an initializer extension function

Constructor