diff options
Diffstat (limited to 'api1/pl.treksoft.kvision.tabulator/-tabulator/get-selected-rows.html')
-rw-r--r-- | api1/pl.treksoft.kvision.tabulator/-tabulator/get-selected-rows.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.tabulator/-tabulator/get-selected-rows.html b/api1/pl.treksoft.kvision.tabulator/-tabulator/get-selected-rows.html new file mode 100644 index 00000000..3d043f16 --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator/-tabulator/get-selected-rows.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.getSelectedRows - 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-selected-rows.html">getSelectedRows</a><br/> +<br/> +<h1>getSelectedRows</h1> +<a name="pl.treksoft.kvision.tabulator.Tabulator$getSelectedRows()"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSelectedRows</span><span class="symbol">(</span><span class="symbol">)</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="../../pl.treksoft.kvision.tabulator.js/-tabulator/-row-component/index.html"><span class="identifier">Tabulator.RowComponent</span></a><span class="symbol">></span></code> +<p>Returns the selected rows.</p> +</BODY> +</HTML> |