blob: 8034c618033a430b3eb0f583e2c13cafa39b4a3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Tabulator.getDataCount - 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="./get-data-count.html">getDataCount</a><br/>
<br/>
<h1>getDataCount</h1>
<a name="pl.treksoft.kvision.tabulator.Tabulator$getDataCount(kotlin.Boolean)"></a>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getDataCount</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$getDataCount(kotlin.Boolean)/activeOnly">activeOnly</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a> <span class="symbol">=</span> false<span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code>
<p>Get the number of data rows.</p>
<h3>Parameters</h3>
<p><a name="activeOnly"></a>
<code>activeOnly</code> - return only the number of visible rows</p>
<p><strong>Return</strong><br/>
the number of data rows</p>
</BODY>
</HTML>
|