aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks')
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-click.html14
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-context.html14
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-dbl-click.html14
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-dbl-tap.html14
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-edit-cancelled.html14
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-edited.html14
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-editing.html14
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-enter.html14
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-leave.html14
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-move.html14
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-out.html14
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-over.html14
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-tap-hold.html14
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-tap.html14
-rw-r--r--api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/index.html135
15 files changed, 331 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-click.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-click.html
new file mode 100644
index 00000000..88a9a9bf
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-click.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.CellCallbacks.cellClick - 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.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="index.html">CellCallbacks</a>&nbsp;/&nbsp;<a href="./cell-click.html">cellClick</a><br/>
+<br/>
+<h1>cellClick</h1>
+<a name="pl.treksoft.kvision.tabulator.js.Tabulator.CellCallbacks$cellClick"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellClick</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-context.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-context.html
new file mode 100644
index 00000000..9b9de939
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-context.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.CellCallbacks.cellContext - 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.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="index.html">CellCallbacks</a>&nbsp;/&nbsp;<a href="./cell-context.html">cellContext</a><br/>
+<br/>
+<h1>cellContext</h1>
+<a name="pl.treksoft.kvision.tabulator.js.Tabulator.CellCallbacks$cellContext"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellContext</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-dbl-click.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-dbl-click.html
new file mode 100644
index 00000000..7957d455
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-dbl-click.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.CellCallbacks.cellDblClick - 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.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="index.html">CellCallbacks</a>&nbsp;/&nbsp;<a href="./cell-dbl-click.html">cellDblClick</a><br/>
+<br/>
+<h1>cellDblClick</h1>
+<a name="pl.treksoft.kvision.tabulator.js.Tabulator.CellCallbacks$cellDblClick"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellDblClick</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-dbl-tap.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-dbl-tap.html
new file mode 100644
index 00000000..fb0c4b3a
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-dbl-tap.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.CellCallbacks.cellDblTap - 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.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="index.html">CellCallbacks</a>&nbsp;/&nbsp;<a href="./cell-dbl-tap.html">cellDblTap</a><br/>
+<br/>
+<h1>cellDblTap</h1>
+<a name="pl.treksoft.kvision.tabulator.js.Tabulator.CellCallbacks$cellDblTap"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellDblTap</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-edit-cancelled.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-edit-cancelled.html
new file mode 100644
index 00000000..b369cac9
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-edit-cancelled.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.CellCallbacks.cellEditCancelled - 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.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="index.html">CellCallbacks</a>&nbsp;/&nbsp;<a href="./cell-edit-cancelled.html">cellEditCancelled</a><br/>
+<br/>
+<h1>cellEditCancelled</h1>
+<a name="pl.treksoft.kvision.tabulator.js.Tabulator.CellCallbacks$cellEditCancelled"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellEditCancelled</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-edited.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-edited.html
new file mode 100644
index 00000000..974c146f
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-edited.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.CellCallbacks.cellEdited - 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.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="index.html">CellCallbacks</a>&nbsp;/&nbsp;<a href="./cell-edited.html">cellEdited</a><br/>
+<br/>
+<h1>cellEdited</h1>
+<a name="pl.treksoft.kvision.tabulator.js.Tabulator.CellCallbacks$cellEdited"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellEdited</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-editing.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-editing.html
new file mode 100644
index 00000000..7dda330c
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-editing.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.CellCallbacks.cellEditing - 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.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="index.html">CellCallbacks</a>&nbsp;/&nbsp;<a href="./cell-editing.html">cellEditing</a><br/>
+<br/>
+<h1>cellEditing</h1>
+<a name="pl.treksoft.kvision.tabulator.js.Tabulator.CellCallbacks$cellEditing"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellEditing</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-enter.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-enter.html
new file mode 100644
index 00000000..8e8cd208
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-enter.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.CellCallbacks.cellMouseEnter - 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.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="index.html">CellCallbacks</a>&nbsp;/&nbsp;<a href="./cell-mouse-enter.html">cellMouseEnter</a><br/>
+<br/>
+<h1>cellMouseEnter</h1>
+<a name="pl.treksoft.kvision.tabulator.js.Tabulator.CellCallbacks$cellMouseEnter"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellMouseEnter</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-leave.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-leave.html
new file mode 100644
index 00000000..b02a008d
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-leave.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.CellCallbacks.cellMouseLeave - 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.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="index.html">CellCallbacks</a>&nbsp;/&nbsp;<a href="./cell-mouse-leave.html">cellMouseLeave</a><br/>
+<br/>
+<h1>cellMouseLeave</h1>
+<a name="pl.treksoft.kvision.tabulator.js.Tabulator.CellCallbacks$cellMouseLeave"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellMouseLeave</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-move.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-move.html
new file mode 100644
index 00000000..f6d71b96
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-move.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.CellCallbacks.cellMouseMove - 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.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="index.html">CellCallbacks</a>&nbsp;/&nbsp;<a href="./cell-mouse-move.html">cellMouseMove</a><br/>
+<br/>
+<h1>cellMouseMove</h1>
+<a name="pl.treksoft.kvision.tabulator.js.Tabulator.CellCallbacks$cellMouseMove"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellMouseMove</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-out.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-out.html
new file mode 100644
index 00000000..3c9096dd
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-out.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.CellCallbacks.cellMouseOut - 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.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="index.html">CellCallbacks</a>&nbsp;/&nbsp;<a href="./cell-mouse-out.html">cellMouseOut</a><br/>
+<br/>
+<h1>cellMouseOut</h1>
+<a name="pl.treksoft.kvision.tabulator.js.Tabulator.CellCallbacks$cellMouseOut"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellMouseOut</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-over.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-over.html
new file mode 100644
index 00000000..89eb65d8
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-mouse-over.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.CellCallbacks.cellMouseOver - 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.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="index.html">CellCallbacks</a>&nbsp;/&nbsp;<a href="./cell-mouse-over.html">cellMouseOver</a><br/>
+<br/>
+<h1>cellMouseOver</h1>
+<a name="pl.treksoft.kvision.tabulator.js.Tabulator.CellCallbacks$cellMouseOver"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellMouseOver</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-tap-hold.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-tap-hold.html
new file mode 100644
index 00000000..75730227
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-tap-hold.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.CellCallbacks.cellTapHold - 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.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="index.html">CellCallbacks</a>&nbsp;/&nbsp;<a href="./cell-tap-hold.html">cellTapHold</a><br/>
+<br/>
+<h1>cellTapHold</h1>
+<a name="pl.treksoft.kvision.tabulator.js.Tabulator.CellCallbacks$cellTapHold"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellTapHold</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-tap.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-tap.html
new file mode 100644
index 00000000..20ef1594
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/cell-tap.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.CellCallbacks.cellTap - 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.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="index.html">CellCallbacks</a>&nbsp;/&nbsp;<a href="./cell-tap.html">cellTap</a><br/>
+<br/>
+<h1>cellTap</h1>
+<a name="pl.treksoft.kvision.tabulator.js.Tabulator.CellCallbacks$cellTap"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellTap</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/index.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/index.html
new file mode 100644
index 00000000..c2116062
--- /dev/null
+++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-cell-callbacks/index.html
@@ -0,0 +1,135 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Tabulator.CellCallbacks - 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.js</a>&nbsp;/&nbsp;<a href="../index.html">Tabulator</a>&nbsp;/&nbsp;<a href="./index.html">CellCallbacks</a><br/>
+<br/>
+<h1>CellCallbacks</h1>
+<code><span class="keyword">interface </span><span class="identifier">CellCallbacks</span></code>
+<h3>Properties</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="cell-click.html">cellClick</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellClick</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="cell-context.html">cellContext</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellContext</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="cell-dbl-click.html">cellDblClick</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellDblClick</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="cell-dbl-tap.html">cellDblTap</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellDblTap</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="cell-edit-cancelled.html">cellEditCancelled</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellEditCancelled</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="cell-edited.html">cellEdited</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellEdited</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="cell-editing.html">cellEditing</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellEditing</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="cell-mouse-enter.html">cellMouseEnter</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellMouseEnter</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="cell-mouse-leave.html">cellMouseLeave</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellMouseLeave</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="cell-mouse-move.html">cellMouseMove</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellMouseMove</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="cell-mouse-out.html">cellMouseOut</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellMouseOut</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="cell-mouse-over.html">cellMouseOver</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellMouseOver</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="cell-tap.html">cellTap</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellTap</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="cell-tap-hold.html">cellTapHold</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cellTapHold</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">e</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">,</span>&nbsp;<span class="identifier">cell</span><span class="symbol">:</span>&nbsp;<a href="../-cell-component/index.html"><span class="identifier">Tabulator.CellComponent</span></a><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<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></code></td>
+</tr>
+</tbody>
+</table>
+<h3>Inheritors</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="../-column-definition/index.html">ColumnDefinition</a></p>
+</td>
+<td>
+<code><span class="keyword">interface </span><span class="identifier">ColumnDefinition</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../-column-layout/index.html"><span class="identifier">Tabulator.ColumnLayout</span></a><span class="symbol">, </span><a href="./index.html"><span class="identifier">Tabulator.CellCallbacks</span></a></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="../-options-cells/index.html">OptionsCells</a></p>
+</td>
+<td>
+<code><span class="keyword">interface </span><span class="identifier">OptionsCells</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="./index.html"><span class="identifier">Tabulator.CellCallbacks</span></a></code></td>
+</tr>
+</tbody>
+</table>
+</BODY>
+</HTML>