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/replace-data.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator/replace-data.html') diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/replace-data.html b/api/pl.treksoft.kvision.tabulator/-tabulator/replace-data.html index 259e7c9d..ecb6bf3f 100644 --- a/api/pl.treksoft.kvision.tabulator/-tabulator/replace-data.html +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/replace-data.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.tabulator / Tabulator / replaceData

replaceData

- -open fun replaceData(data: List<T>): Unit + +open fun replaceData(data: Array<T>): Unit

Silently replaces the data in a table.

Parameters

-- cgit