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/-tabulator/get-html.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator/get-html.html') diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/get-html.html b/api/pl.treksoft.kvision.tabulator/-tabulator/get-html.html index c8a00072..3b54d370 100644 --- a/api/pl.treksoft.kvision.tabulator/-tabulator/get-html.html +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/get-html.html @@ -8,12 +8,16 @@ kvision / pl.treksoft.kvision.tabulator / Tabulator / getHtml

getHtml

- -open fun getHtml(activeOnly: Boolean = false): String? + +open fun getHtml(activeOnly: Boolean = false, isStyled: Boolean = false, htmlOutputConfig: dynamic = null): String?

Get the HTML code of the table.

Parameters

activeOnly - include only visible rows

+

+isStyled - return styled output

+

+htmlOutputConfig - override output configuration

Return
the HTML code of the table

-- cgit