From 2febd99a43e367e7100e9fc21bd6eef1cd1ea47e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 13 Jul 2019 02:13:41 +0200 Subject: API documentation for KVision 0.0.38 --- .../-tabulator/index.html | 30 ++++++++++------------ 1 file changed, 14 insertions(+), 16 deletions(-) (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator/index.html') diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/index.html b/api/pl.treksoft.kvision.tabulator/-tabulator/index.html index 55e3630e..bb240e27 100644 --- a/api/pl.treksoft.kvision.tabulator/-tabulator/index.html +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/index.html @@ -139,15 +139,6 @@ -

strictDOM

- - -var strictDOM: Boolean -

Determines if the current widget is strictly bound to the DOM.

- - - -

surroundingSpan

@@ -180,13 +171,6 @@ -

vnkey

- - -var vnkey: String? - - -

vnode

@@ -967,5 +951,19 @@ +

Inheritors

+ + + + + + + +
+

TabulatorRemote

+
+open class TabulatorRemote<T : Any, E : Any> : Tabulator<T> +

Tabulator component connected to the multiplatform service.

+
-- cgit