aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.tabulator/-tabulator/get-html.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator/get-html.html')
-rw-r--r--api/pl.treksoft.kvision.tabulator/-tabulator/get-html.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/get-html.html b/api/pl.treksoft.kvision.tabulator/-tabulator/get-html.html
new file mode 100644
index 00000000..c8a00072
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator/-tabulator/get-html.html
@@ -0,0 +1,20 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.getHtml - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.tabulator</a>&nbsp;/&nbsp;<a href="index.html">Tabulator</a>&nbsp;/&nbsp;<a href="./get-html.html">getHtml</a><br/>
+<br/>
+<h1>getHtml</h1>
+<a name="pl.treksoft.kvision.tabulator.Tabulator$getHtml(kotlin.Boolean)"></a>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getHtml</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$getHtml(kotlin.Boolean)/activeOnly">activeOnly</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a>&nbsp;<span class="symbol">=</span>&nbsp;false<span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
+<p>Get the HTML code of the table.</p>
+<h3>Parameters</h3>
+<p><a name="activeOnly"></a>
+<code>activeOnly</code> - include only visible rows</p>
+<p><strong>Return</strong><br/>
+the HTML code of the table</p>
+</BODY>
+</HTML>