From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- api/pl.treksoft.kvision.table/-table/-init-.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'api/pl.treksoft.kvision.table/-table/-init-.html') diff --git a/api/pl.treksoft.kvision.table/-table/-init-.html b/api/pl.treksoft.kvision.table/-table/-init-.html index f4334fa5..b77b0b38 100644 --- a/api/pl.treksoft.kvision.table/-table/-init-.html +++ b/api/pl.treksoft.kvision.table/-table/-init-.html @@ -8,8 +8,8 @@ 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) + +Table(headerNames: List<String>? = null, types: Set<TableType> = setOf(), caption: String? = null, responsiveType: ResponsiveType? = null, theadType: TheadType? = null, classes: Set<String> = setOf(), init: (Table.() -> Unit)? = null)

Parameters

headerNames - a list of table headers names

@@ -17,8 +17,8 @@ types - a set of table types

caption - table caption

-

-responsive - determines if the table is responsive

+

+responsiveType - determines if the table is responsive

classes - a set of CSS class names

-- cgit