diff options
Diffstat (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator/set-data.html')
-rw-r--r-- | api/pl.treksoft.kvision.tabulator/-tabulator/set-data.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/set-data.html b/api/pl.treksoft.kvision.tabulator/-tabulator/set-data.html new file mode 100644 index 00000000..27e583fb --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/set-data.html @@ -0,0 +1,18 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.setData - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.tabulator</a> / <a href="index.html">Tabulator</a> / <a href="./set-data.html">setData</a><br/> +<br/> +<h1>setData</h1> +<a name="pl.treksoft.kvision.tabulator.Tabulator$setData(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.T)))"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setData</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$setData(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.T)))/data">data</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">></span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Sets new data in a table.</p> +<h3>Parameters</h3> +<p><a name="data"></a> +<code>data</code> - new data</p> +</BODY> +</HTML> |