From ccde61ffd1053e08612ed18788aaa7621b541a5e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 20 Apr 2020 00:23:54 +0200 Subject: API documentation for KVision 3.7.0 --- api/pl.treksoft.kvision.tabulator/-tabulator/create.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator/create.html') diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/create.html b/api/pl.treksoft.kvision.tabulator/-tabulator/create.html index 3314a961..efb084e4 100644 --- a/api/pl.treksoft.kvision.tabulator/-tabulator/create.html +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/create.html @@ -13,6 +13,6 @@

A helper function to create a Tabulator object with correct serializer.

(js) fun <T : Any, S : Any> create(store: ObservableState<S>, dataFactory: (S) -> List<T>, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T> -

A helper function to create a Tabulator object with correct serializer and general redux store.

+

A helper function to create a Tabulator object with correct serializer and a general observable store.

-- cgit