summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.tabulator/-tabulator/replace-data.html
blob: 259e7c9d045335bf67f9ff6a85242875fb486ced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Tabulator.replaceData - 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="./replace-data.html">replaceData</a><br/>
<br/>
<h1>replaceData</h1>
<a name="pl.treksoft.kvision.tabulator.Tabulator$replaceData(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.T)))"></a>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">replaceData</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$replaceData(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.T)))/data">data</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><a href="index.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</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>Silently replaces the data in a table.</p>
<h3>Parameters</h3>
<p><a name="data"></a>
<code>data</code> - new data</p>
</BODY>
</HTML>