diff options
Diffstat (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator')
54 files changed, 1848 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/-init-.html b/api/pl.treksoft.kvision.tabulator/-tabulator/-init-.html new file mode 100644 index 00000000..f361047c --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/-init-.html @@ -0,0 +1,27 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.<init> - 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="./-init-.html"><init></a><br/> +<br/> +<h1><init></h1> +<a name="pl.treksoft.kvision.tabulator.Tabulator$<init>(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.T)), pl.treksoft.kvision.tabulator.Options, kotlin.collections.Set((pl.treksoft.kvision.table.TableType)), kotlin.collections.Set((kotlin.String)), kotlinx.serialization.KSerializer((pl.treksoft.kvision.tabulator.Tabulator.T)))"></a> +<code><span class="identifier">Tabulator</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$<init>(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.T)), pl.treksoft.kvision.tabulator.Options, kotlin.collections.Set((pl.treksoft.kvision.table.TableType)), kotlin.collections.Set((kotlin.String)), kotlinx.serialization.KSerializer((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> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$<init>(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.T)), pl.treksoft.kvision.tabulator.Options, kotlin.collections.Set((pl.treksoft.kvision.table.TableType)), kotlin.collections.Set((kotlin.String)), kotlinx.serialization.KSerializer((pl.treksoft.kvision.tabulator.Tabulator.T)))/options">options</span><span class="symbol">:</span> <a href="../-options/index.html"><span class="identifier">Options</span></a> <span class="symbol">=</span> Options()<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$<init>(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.T)), pl.treksoft.kvision.tabulator.Options, kotlin.collections.Set((pl.treksoft.kvision.table.TableType)), kotlin.collections.Set((kotlin.String)), kotlinx.serialization.KSerializer((pl.treksoft.kvision.tabulator.Tabulator.T)))/types">types</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html"><span class="identifier">Set</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.table/-table-type/index.html"><span class="identifier">TableType</span></a><span class="symbol">></span> <span class="symbol">=</span> setOf()<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$<init>(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.T)), pl.treksoft.kvision.tabulator.Options, kotlin.collections.Set((pl.treksoft.kvision.table.TableType)), kotlin.collections.Set((kotlin.String)), kotlinx.serialization.KSerializer((pl.treksoft.kvision.tabulator.Tabulator.T)))/classes">classes</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html"><span class="identifier">Set</span></a><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> <span class="symbol">=</span> setOf()<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$<init>(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.T)), pl.treksoft.kvision.tabulator.Options, kotlin.collections.Set((pl.treksoft.kvision.table.TableType)), kotlin.collections.Set((kotlin.String)), kotlinx.serialization.KSerializer((pl.treksoft.kvision.tabulator.Tabulator.T)))/dataSerializer">dataSerializer</span><span class="symbol">:</span> <span class="identifier">KSerializer</span><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> null<span class="symbol">)</span></code> +<h3>Parameters</h3> +<p><a name="T"></a> +<code>T</code> - serializable type</p> +<p><a name="data"></a> +<code>data</code> - a list of serializable objects</p> +<p><a name="options"></a> +<code>options</code> - tabulator options</p> +<p><a name="classes"></a> +<code>classes</code> - a set of CSS class names</p> +<p><a name="dataSerializer"></a> +<code>dataSerializer</code> - a serializer for class T</p> +<p><strong>Constructor</strong><br/> +</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/after-destroy.html b/api/pl.treksoft.kvision.tabulator/-tabulator/after-destroy.html new file mode 100644 index 00000000..3423eae5 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/after-destroy.html @@ -0,0 +1,16 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.afterDestroy - 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="./after-destroy.html">afterDestroy</a><br/> +<br/> +<h1>afterDestroy</h1> +<a name="pl.treksoft.kvision.tabulator.Tabulator$afterDestroy()"></a> +<code><span class="keyword">protected</span> <span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">afterDestroy</span><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>Overrides <a href="../../pl.treksoft.kvision.core/-widget/after-destroy.html">Widget.afterDestroy</a></p> +<p>Method called after destroying Snabbdom vnode.</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/after-insert.html b/api/pl.treksoft.kvision.tabulator/-tabulator/after-insert.html new file mode 100644 index 00000000..15504bc1 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/after-insert.html @@ -0,0 +1,16 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.afterInsert - 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="./after-insert.html">afterInsert</a><br/> +<br/> +<h1>afterInsert</h1> +<a name="pl.treksoft.kvision.tabulator.Tabulator$afterInsert(com.github.snabbdom.VNode)"></a> +<code><span class="keyword">protected</span> <span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">afterInsert</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$afterInsert(com.github.snabbdom.VNode)/node">node</span><span class="symbol">:</span> <span class="identifier">VNode</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>Overrides <a href="../../pl.treksoft.kvision.core/-widget/after-insert.html">Widget.afterInsert</a></p> +<p>Method called after inserting Snabbdom vnode into the DOM.</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/apply-filter.html b/api/pl.treksoft.kvision.tabulator/-tabulator/apply-filter.html new file mode 100644 index 00000000..a3b2ad41 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/apply-filter.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.applyFilter - 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="./apply-filter.html">applyFilter</a><br/> +<br/> +<h1>applyFilter</h1> +<a name="pl.treksoft.kvision.tabulator.Tabulator$applyFilter()"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">applyFilter</span><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>Applies the current filter.</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/clear-data.html b/api/pl.treksoft.kvision.tabulator/-tabulator/clear-data.html new file mode 100644 index 00000000..5116e69f --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/clear-data.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.clearData - 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="./clear-data.html">clearData</a><br/> +<br/> +<h1>clearData</h1> +<a name="pl.treksoft.kvision.tabulator.Tabulator$clearData()"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">clearData</span><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><span class="symbol">?</span></code> +<p>Clears the data in the table.</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/clear-filter.html b/api/pl.treksoft.kvision.tabulator/-tabulator/clear-filter.html new file mode 100644 index 00000000..86472c20 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/clear-filter.html @@ -0,0 +1,18 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.clearFilter - 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="./clear-filter.html">clearFilter</a><br/> +<br/> +<h1>clearFilter</h1> +<a name="pl.treksoft.kvision.tabulator.Tabulator$clearFilter(kotlin.Boolean)"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">clearFilter</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator$clearFilter(kotlin.Boolean)/includeHeaderFilters">includeHeaderFilters</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> true<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>Clears current filters.</p> +<h3>Parameters</h3> +<p><a name="includeHeaderFilters"></a> +<code>includeHeaderFilters</code> - clear also the header filters</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/clear-header-filter.html b/api/pl.treksoft.kvision.tabulator/-tabulator/clear-header-filter.html new file mode 100644 index 00000000..b3c5c8b2 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/clear-header-filter.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.clearHeaderFilter - 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="./clear-header-filter.html">clearHeaderFilter</a><br/> +<br/> +<h1>clearHeaderFilter</h1> +<a name="pl.treksoft.kvision.tabulator.Tabulator$clearHeaderFilter()"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">clearHeaderFilter</span><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>Clears header filters.</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/clear-sort.html b/api/pl.treksoft.kvision.tabulator/-tabulator/clear-sort.html new file mode 100644 index 00000000..27a0665d --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/clear-sort.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.clearSort - 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="./clear-sort.html">clearSort</a><br/> +<br/> +<h1>clearSort</h1> +<a name="pl.treksoft.kvision.tabulator.Tabulator$clearSort()"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">clearSort</span><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>Clears current sort.</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/create-js-tabulator.html b/api/pl.treksoft.kvision.tabulator/-tabulator/create-js-tabulator.html new file mode 100644 index 00000000..d33898c4 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/create-js-tabulator.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.createJsTabulator - 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="./create-js-tabulator.html">createJsTabulator</a><br/> +<br/> +<h1>createJsTabulator</h1> +<a name="pl.treksoft.kvision.tabulator.Tabulator$createJsTabulator()"></a> +<code><span class="keyword">protected</span> <span class="keyword">fun </span><span class="identifier">createJsTabulator</span><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>Creates internal JS Tabulator object</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/create.html b/api/pl.treksoft.kvision.tabulator/-tabulator/create.html new file mode 100644 index 00000000..916db7fc --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/create.html @@ -0,0 +1,21 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Tabulator.create - 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="./create.html">create</a><br/> +<br/> +<h1>create</h1> +<a name="pl.treksoft.kvision.tabulator.Tabulator.Companion$create(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.Companion.create.T)), pl.treksoft.kvision.tabulator.Options, kotlin.collections.Set((pl.treksoft.kvision.table.TableType)), kotlin.collections.Set((kotlin.String)), kotlin.Function1((pl.treksoft.kvision.tabulator.Tabulator((pl.treksoft.kvision.tabulator.Tabulator.Companion.create.T)), kotlin.Unit)))"></a> +<code><span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol"><</span><span class="keyword">reified</span> <span class="identifier">T</span> <span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">></span> <span class="identifier">create</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator.Companion$create(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.Companion.create.T)), pl.treksoft.kvision.tabulator.Options, kotlin.collections.Set((pl.treksoft.kvision.table.TableType)), kotlin.collections.Set((kotlin.String)), kotlin.Function1((pl.treksoft.kvision.tabulator.Tabulator((pl.treksoft.kvision.tabulator.Tabulator.Companion.create.T)), kotlin.Unit)))/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="create.html#T"><span class="identifier">T</span></a><span class="symbol">></span><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator.Companion$create(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.Companion.create.T)), pl.treksoft.kvision.tabulator.Options, kotlin.collections.Set((pl.treksoft.kvision.table.TableType)), kotlin.collections.Set((kotlin.String)), kotlin.Function1((pl.treksoft.kvision.tabulator.Tabulator((pl.treksoft.kvision.tabulator.Tabulator.Companion.create.T)), kotlin.Unit)))/options">options</span><span class="symbol">:</span> <a href="../-options/index.html"><span class="identifier">Options</span></a> <span class="symbol">=</span> Options()<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator.Companion$create(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.Companion.create.T)), pl.treksoft.kvision.tabulator.Options, kotlin.collections.Set((pl.treksoft.kvision.table.TableType)), kotlin.collections.Set((kotlin.String)), kotlin.Function1((pl.treksoft.kvision.tabulator.Tabulator((pl.treksoft.kvision.tabulator.Tabulator.Companion.create.T)), kotlin.Unit)))/types">types</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html"><span class="identifier">Set</span></a><span class="symbol"><</span><a href="../../pl.treksoft.kvision.table/-table-type/index.html"><span class="identifier">TableType</span></a><span class="symbol">></span> <span class="symbol">=</span> setOf()<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator.Companion$create(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.Companion.create.T)), pl.treksoft.kvision.tabulator.Options, kotlin.collections.Set((pl.treksoft.kvision.table.TableType)), kotlin.collections.Set((kotlin.String)), kotlin.Function1((pl.treksoft.kvision.tabulator.Tabulator((pl.treksoft.kvision.tabulator.Tabulator.Companion.create.T)), kotlin.Unit)))/classes">classes</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html"><span class="identifier">Set</span></a><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> <span class="symbol">=</span> setOf()<span class="symbol">, </span><span class="keyword">noinline</span> <span class="identifier" id="pl.treksoft.kvision.tabulator.Tabulator.Companion$create(kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.Companion.create.T)), pl.treksoft.kvision.tabulator.Options, kotlin.collections.Set((pl.treksoft.kvision.table.TableType)), kotlin.collections.Set((kotlin.String)), kotlin.Function1((pl.treksoft.kvision.tabulator.Tabulator((pl.treksoft.kvision.tabulator.Tabulator.Companion.create.T)), kotlin.Unit)))/init">init</span><span class="symbol">:</span> <span class="symbol">(</span><a href="index.html"><span class="identifier">Tabulator</span></a><span class="symbol"><</span><a href="create.html#T"><span class="identifier">T</span></a><span class="symbol">></span><span class="symbol">.</span><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><span class="symbol">)</span><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Tabulator</span></a><span class="symbol"><</span><a href="create.html#T"><span class="identifier">T</span></a><span class="symbol">></span></code> +<p>A helper function to create a Tabulator object with correct serializer.</p> +<a name="pl.treksoft.kvision.tabulator.Tabulator.Companion$create(pl.treksoft.kvision.redux.ReduxStore((pl.treksoft.kvision.tabulator.Tabulator.Companion.create.S, pl.treksoft.kvision.tabulator.Tabulator.Companion.create.A)), kotlin.Function1((pl.treksoft.kvision.tabulator.Tabulator.Companion.create.S, kotlin.collections.List((pl.treksoft.kvision.tabulator.Tabulator.Companion.create.T)))), pl.treksoft.kvision.tabulator.Options, kotlin.collections.Set((pl.treksoft.kvision.table.TableType)), kotlin.collections.Set((kotlin.String)), kotlin.Function1((pl.treksoft.kvision.tabulator.Tabulator((pl.treksoft.kvision.tabulator.Tabulator.Companion.create.T)), kotlin.Unit)))"></a> +<code><span class="keyword">inline</span> <span class="keyword">fun </span><span class="symbol"><</span><span class="keyword">reified</span> <span class="identifier">T</span> <span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">, </span>&l |
