From bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b Mon Sep 17 00:00:00 2001
From: Robert Jaros
<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 - 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