From 4f5db77ec2db6c87cb93ceb9f7ea9ab311247f17 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 24 Sep 2019 15:44:15 +0200 Subject: API documentation for KVision 0.0.39 --- api/pl.treksoft.kvision.tabulator.js/-tabulator/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'api/pl.treksoft.kvision.tabulator.js/-tabulator/index.html') diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/index.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/index.html index 761541f6..b4f39bf0 100644 --- a/api/pl.treksoft.kvision.tabulator.js/-tabulator/index.html +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/index.html @@ -670,7 +670,7 @@

getHtml

-open fun getHtml(activeOnly: Boolean?): String +open fun getHtml(activeOnly: Boolean?, isStyled: Boolean?, htmlOutputConfig: dynamic): String @@ -828,6 +828,13 @@ +

print

+ + +open fun print(activeOnly: Boolean?, isStyled: Boolean?, printConfig: dynamic): Unit + + +

redo

-- cgit