Package io. kvision. table
Clasess supporting HTML tables.
Types
Link copied to clipboard
open class HeaderCell( content: String? = null, rich: Boolean = false, align: <ERROR CLASS>? = null, scope: Scope? = null, className: String? = null, init: HeaderCell.() -> Unit? = null)
Content copied to clipboard
HTML table header cell component.
Link copied to clipboard
HTML table responsive types.
Link copied to clipboard
open class Table( headerNames: List<String>? = null, types: Set<TableType> = setOf(), caption: String? = null, responsiveType: ResponsiveType? = null, tableColor: TableColor? = null, val theadColor: TableColor? = null, className: String? = null, init: Table.() -> Unit? = null)
Content copied to clipboard
HTML table component.
Link copied to clipboard
HTML table color variants.
Functions
Link copied to clipboard
fun Row.headerCell( content: String? = null, rich: Boolean = false, align: <ERROR CLASS>? = null, scope: Scope? = null, className: String? = null, init: HeaderCell.() -> Unit? = null): HeaderCell
Content copied to clipboard
fun Table.headerCell( content: String? = null, rich: Boolean = false, align: <ERROR CLASS>? = null, scope: Scope? = null, className: String? = null, init: HeaderCell.() -> Unit? = null): HeaderCell
Content copied to clipboard
DSL builder extension function.
Link copied to clipboard
fun <ERROR CLASS>.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): Table
Content copied to clipboard
DSL builder extension function.
Link copied to clipboard
fun Row.thcell( content: String? = null, rich: Boolean = false, align: <ERROR CLASS>? = null, className: String? = null, init: HeaderCell.() -> Unit? = null): HeaderCell
Content copied to clipboard
DSL builder extension function.