From bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Jun 2019 14:12:10 +0200 Subject: API documentation for KVision 0.0.37 --- api/pl.treksoft.kvision.tabulator/-tabulator/-init-.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator/-init-.html') diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/-init-.html b/api/pl.treksoft.kvision.tabulator/-tabulator/-init-.html index 2e479254..d956d0c0 100644 --- a/api/pl.treksoft.kvision.tabulator/-tabulator/-init-.html +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/-init-.html @@ -8,13 +8,13 @@ kvision / pl.treksoft.kvision.tabulator / Tabulator / <init>

<init>

- -Tabulator(data: List<T>? = null, dataUpdateOnEdit: Boolean = true, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), dataSerializer: KSerializer<T>? = null) + +Tabulator(data: List<T>? = null, dataUpdateOnEdit: Boolean = true, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf())

Parameters

-T - serializable type

+T - type

-data - a list of serializable objects

+data - a list of objects

dataUpdateOnEdit - determines if the data model is automatically updated after tabulator edit action

@@ -23,8 +23,6 @@ types - a set of table types

classes - a set of CSS class names

-

-dataSerializer - a serializer for class T

Constructor

-- cgit