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-options/data-loading.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator-options/data-loading.html') diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/data-loading.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/data-loading.html index fbfb1b1c..f0c5caf6 100644 --- a/api/pl.treksoft.kvision.tabulator/-tabulator-options/data-loading.html +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/data-loading.html @@ -9,6 +9,6 @@

dataLoading

-var dataLoading: ((data: Any) -> Unit)? +var dataLoading: ((data: List<T>) -> Unit)? -- cgit