From ccde61ffd1053e08612ed18788aaa7621b541a5e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 20 Apr 2020 00:23:54 +0200 Subject: API documentation for KVision 3.7.0 --- .../-column-definition/-init-.html | 4 +- .../-column-definition/context-menu.html | 14 +++ .../-column-definition/header-context-menu.html | 14 +++ .../-column-definition/header-menu.html | 14 +++ .../-column-definition/hoz-align.html | 14 +++ .../-column-definition/index.html | 42 +++++++- .../-column-definition/vert-align.html | 14 +++ .../-layout/-f-i-t-d-a-t-a-s-t-r-e-t-c-h.html | 14 +++ .../-layout/index.html | 8 ++ .../-tabulator-options/-init-.html | 4 +- .../-tabulator-options/cell-hoz-align.html | 14 +++ .../-tabulator-options/cell-vert-align.html | 14 +++ .../column-header-vert-align.html | 14 +++ .../data-tree-child-column-calcs.html | 14 +++ .../data-tree-select-propagate.html | 14 +++ .../header-filter-live-filter-delay.html | 14 +++ .../-tabulator-options/index.html | 116 +++++++++++++++++++-- .../-tabulator-options/max-height.html | 14 +++ .../-tabulator-options/min-height.html | 14 +++ .../pagination-initial-page.html | 14 +++ .../-tabulator-options/persistence-i-d.html | 2 +- .../-tabulator-options/persistence-mode.html | 2 +- .../persistence-reader-func.html | 14 +++ .../persistence-writer-func.html | 14 +++ .../-tabulator-options/persistence.html | 14 +++ .../-tabulator-options/persistent-filter.html | 2 +- .../-tabulator-options/persistent-layout.html | 2 +- .../-tabulator-options/persistent-sort.html | 2 +- .../-tabulator-options/row-context-menu.html | 14 +++ .../-tabulator/create.html | 2 +- .../-tabulator/index.html | 2 +- .../-v-align/-b-o-t-t-o-m.html | 14 +++ .../-v-align/-m-i-d-d-l-e.html | 14 +++ .../-v-align/-t-o-p.html | 14 +++ .../-v-align/index.html | 43 ++++++++ api/pl.treksoft.kvision.tabulator/index.html | 11 +- api/pl.treksoft.kvision.tabulator/tabulator.html | 2 +- 37 files changed, 532 insertions(+), 20 deletions(-) create mode 100644 api/pl.treksoft.kvision.tabulator/-column-definition/context-menu.html create mode 100644 api/pl.treksoft.kvision.tabulator/-column-definition/header-context-menu.html create mode 100644 api/pl.treksoft.kvision.tabulator/-column-definition/header-menu.html create mode 100644 api/pl.treksoft.kvision.tabulator/-column-definition/hoz-align.html create mode 100644 api/pl.treksoft.kvision.tabulator/-column-definition/vert-align.html create mode 100644 api/pl.treksoft.kvision.tabulator/-layout/-f-i-t-d-a-t-a-s-t-r-e-t-c-h.html create mode 100644 api/pl.treksoft.kvision.tabulator/-tabulator-options/cell-hoz-align.html create mode 100644 api/pl.treksoft.kvision.tabulator/-tabulator-options/cell-vert-align.html create mode 100644 api/pl.treksoft.kvision.tabulator/-tabulator-options/column-header-vert-align.html create mode 100644 api/pl.treksoft.kvision.tabulator/-tabulator-options/data-tree-child-column-calcs.html create mode 100644 api/pl.treksoft.kvision.tabulator/-tabulator-options/data-tree-select-propagate.html create mode 100644 api/pl.treksoft.kvision.tabulator/-tabulator-options/header-filter-live-filter-delay.html create mode 100644 api/pl.treksoft.kvision.tabulator/-tabulator-options/max-height.html create mode 100644 api/pl.treksoft.kvision.tabulator/-tabulator-options/min-height.html create mode 100644 api/pl.treksoft.kvision.tabulator/-tabulator-options/pagination-initial-page.html create mode 100644 api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence-reader-func.html create mode 100644 api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence-writer-func.html create mode 100644 api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence.html create mode 100644 api/pl.treksoft.kvision.tabulator/-tabulator-options/row-context-menu.html create mode 100644 api/pl.treksoft.kvision.tabulator/-v-align/-b-o-t-t-o-m.html create mode 100644 api/pl.treksoft.kvision.tabulator/-v-align/-m-i-d-d-l-e.html create mode 100644 api/pl.treksoft.kvision.tabulator/-v-align/-t-o-p.html create mode 100644 api/pl.treksoft.kvision.tabulator/-v-align/index.html (limited to 'api/pl.treksoft.kvision.tabulator') diff --git a/api/pl.treksoft.kvision.tabulator/-column-definition/-init-.html b/api/pl.treksoft.kvision.tabulator/-column-definition/-init-.html index 112b4805..a1674d5e 100644 --- a/api/pl.treksoft.kvision.tabulator/-column-definition/-init-.html +++ b/api/pl.treksoft.kvision.tabulator/-column-definition/-init-.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.tabulator / ColumnDefinition / <init>

<init>

-(js) -ColumnDefinition(title: String, field: String? = null, columns: List<ColumnDefinition<T>>? = null, visible: Boolean? = null, align: Align? = null, width: String? = null, minWidth: Int? = null, widthGrow: Int? = null, widthShrink: Int? = null, resizable: Boolean? = null, frozen: Boolean? = null, responsive: Int? = null, tooltip: ((cell: CellComponent) -> String)? = null, cssClass: String? = null, rowHandle: Boolean? = null, hideInHtml: Boolean? = null, sorter: Sorter? = null, sorterFunction: ((dynamic, dynamic, aRow: RowComponent, bRow: RowComponent, column: ColumnComponent, dir: SortingDir, dynamic) -> Number)? = null, sorterParams: dynamic = null, formatter: Formatter? = null, formatterFunction: ((cell: CellComponent, dynamic, onRendered: (callback: () -> Unit) -> Unit) -> dynamic)? = null, formatterComponentFunction: ((cell: CellComponent, onRendered: (callback: () -> Unit) -> Unit, data: T) -> Component)? = null, formatterParams: dynamic = null, variableHeight: Boolean? = null, editable: ((cell: CellComponent) -> Boolean)? = null, editor: Editor? = null, editorFunction: ((cell: CellComponent, onRendered: (callback: () -> Unit) -> Unit, success: (dynamic) -> Unit, cancel: (dynamic) -> Unit, dynamic) -> dynamic)? = null, editorComponentFunction: ((cell: CellComponent, onRendered: (callback: () -> Unit) -> Unit, success: (dynamic) -> Unit, cancel: (dynamic) -> Unit, data: T) -> Component)? = null, editorParams: dynamic = null, validator: Validator? = null, validatorFunction: dynamic = null, validatorParams: String? = null, download: Boolean? = null, downloadTitle: String? = null, topCalc: Calc? = null, topCalcParams: dynamic = null, topCalcFormatter: Formatter? = null, topCalcFormatterParams: dynamic = null, bottomCalc: Calc? = null, bottomCalcParams: dynamic = null, bottomCalcFormatter: Formatter? = null, bottomCalcFormatterParams: dynamic = null, headerSort: Boolean? = null, headerSortStartingDir: SortingDir? = null, headerSortTristate: Boolean? = null, headerClick: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerDblClick: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerContext: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerTap: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerDblTap: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerTapHold: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerTooltip: ((column: ColumnComponent) -> String)? = null, headerVertical: Boolean? = null, editableTitle: Boolean? = null, titleFormatter: Formatter? = null, titleFormatterParams: dynamic = null, headerFilter: Editor? = null, headerFilterParams: dynamic = null, headerFilterPlaceholder: String? = null, headerFilterEmptyCheck: ((value: Any) -> Boolean)? = null, headerFilterFunc: Filter? = null, headerFilterFuncParams: dynamic = null, headerFilterLiveFilter: Boolean? = null, htmlOutput: Boolean? = null, print: Boolean? = null, cellClick: ((dynamic, cell: CellComponent) -> Unit)? = null, cellDblClick: ((dynamic, cell: CellComponent) -> Unit)? = null, cellContext: ((dynamic, cell: CellComponent) -> Unit)? = null, cellTap: ((dynamic, cell: CellComponent) -> Unit)? = null, cellDblTap: ((dynamic, cell: CellComponent) -> Unit)? = null, cellTapHold: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseEnter: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseLeave: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseOver: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseOut: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseMove: ((dynamic, cell: CellComponent) -> Unit)? = null, cellEditing: ((cell: CellComponent) -> Unit)? = null, cellEdited: ((cell: CellComponent) -> Unit)? = null, cellEditCancelled: ((cell: CellComponent) -> Unit)? = null) +(js) +ColumnDefinition(title: String, field: String? = null, columns: List<ColumnDefinition<T>>? = null, visible: Boolean? = null, align: Align? = null, width: String? = null, minWidth: Int? = null, widthGrow: Int? = null, widthShrink: Int? = null, resizable: Boolean? = null, frozen: Boolean? = null, responsive: Int? = null, tooltip: ((cell: CellComponent) -> String)? = null, cssClass: String? = null, rowHandle: Boolean? = null, hideInHtml: Boolean? = null, sorter: Sorter? = null, sorterFunction: ((dynamic, dynamic, aRow: RowComponent, bRow: RowComponent, column: ColumnComponent, dir: SortingDir, dynamic) -> Number)? = null, sorterParams: dynamic = null, formatter: Formatter? = null, formatterFunction: ((cell: CellComponent, dynamic, onRendered: (callback: () -> Unit) -> Unit) -> dynamic)? = null, formatterComponentFunction: ((cell: CellComponent, onRendered: (callback: () -> Unit) -> Unit, data: T) -> Component)? = null, formatterParams: dynamic = null, variableHeight: Boolean? = null, editable: ((cell: CellComponent) -> Boolean)? = null, editor: Editor? = null, editorFunction: ((cell: CellComponent, onRendered: (callback: () -> Unit) -> Unit, success: (dynamic) -> Unit, cancel: (dynamic) -> Unit, dynamic) -> dynamic)? = null, editorComponentFunction: ((cell: CellComponent, onRendered: (callback: () -> Unit) -> Unit, success: (dynamic) -> Unit, cancel: (dynamic) -> Unit, data: T) -> Component)? = null, editorParams: dynamic = null, validator: Validator? = null, validatorFunction: dynamic = null, validatorParams: String? = null, download: Boolean? = null, downloadTitle: String? = null, topCalc: Calc? = null, topCalcParams: dynamic = null, topCalcFormatter: Formatter? = null, topCalcFormatterParams: dynamic = null, bottomCalc: Calc? = null, bottomCalcParams: dynamic = null, bottomCalcFormatter: Formatter? = null, bottomCalcFormatterParams: dynamic = null, headerSort: Boolean? = null, headerSortStartingDir: SortingDir? = null, headerSortTristate: Boolean? = null, headerClick: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerDblClick: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerContext: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerTap: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerDblTap: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerTapHold: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerTooltip: ((column: ColumnComponent) -> String)? = null, headerVertical: Boolean? = null, editableTitle: Boolean? = null, titleFormatter: Formatter? = null, titleFormatterParams: dynamic = null, headerFilter: Editor? = null, headerFilterParams: dynamic = null, headerFilterPlaceholder: String? = null, headerFilterEmptyCheck: ((value: Any) -> Boolean)? = null, headerFilterFunc: Filter? = null, headerFilterFuncParams: dynamic = null, headerFilterLiveFilter: Boolean? = null, htmlOutput: Boolean? = null, print: Boolean? = null, cellClick: ((dynamic, cell: CellComponent) -> Unit)? = null, cellDblClick: ((dynamic, cell: CellComponent) -> Unit)? = null, cellContext: ((dynamic, cell: CellComponent) -> Unit)? = null, cellTap: ((dynamic, cell: CellComponent) -> Unit)? = null, cellDblTap: ((dynamic, cell: CellComponent) -> Unit)? = null, cellTapHold: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseEnter: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseLeave: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseOver: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseOut: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseMove: ((dynamic, cell: CellComponent) -> Unit)? = null, cellEditing: ((cell: CellComponent) -> Unit)? = null, cellEdited: ((cell: CellComponent) -> Unit)? = null, cellEditCancelled: ((cell: CellComponent) -> Unit)? = null, headerMenu: dynamic = null, headerContextMenu: dynamic = null, contextMenu: dynamic = null, hozAlign: Align? = null, vertAlign: VAlign? = null)

Column definition options.

diff --git a/api/pl.treksoft.kvision.tabulator/-column-definition/context-menu.html b/api/pl.treksoft.kvision.tabulator/-column-definition/context-menu.html new file mode 100644 index 00000000..ddd4211e --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-column-definition/context-menu.html @@ -0,0 +1,14 @@ + + + +ColumnDefinition.contextMenu - kvision + + + +kvision / pl.treksoft.kvision.tabulator / ColumnDefinition / contextMenu
+
+

contextMenu

+(js) +val contextMenu: dynamic + + diff --git a/api/pl.treksoft.kvision.tabulator/-column-definition/header-context-menu.html b/api/pl.treksoft.kvision.tabulator/-column-definition/header-context-menu.html new file mode 100644 index 00000000..521f32cc --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-column-definition/header-context-menu.html @@ -0,0 +1,14 @@ + + + +ColumnDefinition.headerContextMenu - kvision + + + +kvision / pl.treksoft.kvision.tabulator / ColumnDefinition / headerContextMenu
+
+

headerContextMenu

+(js) +val headerContextMenu: dynamic + + diff --git a/api/pl.treksoft.kvision.tabulator/-column-definition/header-menu.html b/api/pl.treksoft.kvision.tabulator/-column-definition/header-menu.html new file mode 100644 index 00000000..5f3026f2 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-column-definition/header-menu.html @@ -0,0 +1,14 @@ + + + +ColumnDefinition.headerMenu - kvision + + + +kvision / pl.treksoft.kvision.tabulator / ColumnDefinition / headerMenu
+
+

headerMenu

+(js) +val headerMenu: dynamic + + diff --git a/api/pl.treksoft.kvision.tabulator/-column-definition/hoz-align.html b/api/pl.treksoft.kvision.tabulator/-column-definition/hoz-align.html new file mode 100644 index 00000000..e4987184 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-column-definition/hoz-align.html @@ -0,0 +1,14 @@ + + + +ColumnDefinition.hozAlign - kvision + + + +kvision / pl.treksoft.kvision.tabulator / ColumnDefinition / hozAlign
+
+

hozAlign

+(js) +val hozAlign: Align? + + diff --git a/api/pl.treksoft.kvision.tabulator/-column-definition/index.html b/api/pl.treksoft.kvision.tabulator/-column-definition/index.html index d1588a5f..dd4eee34 100644 --- a/api/pl.treksoft.kvision.tabulator/-column-definition/index.html +++ b/api/pl.treksoft.kvision.tabulator/-column-definition/index.html @@ -20,7 +20,7 @@

Column definition options.

-ColumnDefinition(title: String, field: String? = null, columns: List<ColumnDefinition<T>>? = null, visible: Boolean? = null, align: Align? = null, width: String? = null, minWidth: Int? = null, widthGrow: Int? = null, widthShrink: Int? = null, resizable: Boolean? = null, frozen: Boolean? = null, responsive: Int? = null, tooltip: ((cell: CellComponent) -> String)? = null, cssClass: String? = null, rowHandle: Boolean? = null, hideInHtml: Boolean? = null, sorter: Sorter? = null, sorterFunction: ((dynamic, dynamic, aRow: RowComponent, bRow: RowComponent, column: ColumnComponent, dir: SortingDir, dynamic) -> Number)? = null, sorterParams: dynamic = null, formatter: Formatter? = null, formatterFunction: ((cell: CellComponent, dynamic, onRendered: (callback: () -> Unit) -> Unit) -> dynamic)? = null, formatterComponentFunction: ((cell: CellComponent, onRendered: (callback: () -> Unit) -> Unit, data: T) -> Component)? = null, formatterParams: dynamic = null, variableHeight: Boolean? = null, editable: ((cell: CellComponent) -> Boolean)? = null, editor: Editor? = null, editorFunction: ((cell: CellComponent, onRendered: (callback: () -> Unit) -> Unit, success: (dynamic) -> Unit, cancel: (dynamic) -> Unit, dynamic) -> dynamic)? = null, editorComponentFunction: ((cell: CellComponent, onRendered: (callback: () -> Unit) -> Unit, success: (dynamic) -> Unit, cancel: (dynamic) -> Unit, data: T) -> Component)? = null, editorParams: dynamic = null, validator: Validator? = null, validatorFunction: dynamic = null, validatorParams: String? = null, download: Boolean? = null, downloadTitle: String? = null, topCalc: Calc? = null, topCalcParams: dynamic = null, topCalcFormatter: Formatter? = null, topCalcFormatterParams: dynamic = null, bottomCalc: Calc? = null, bottomCalcParams: dynamic = null, bottomCalcFormatter: Formatter? = null, bottomCalcFormatterParams: dynamic = null, headerSort: Boolean? = null, headerSortStartingDir: SortingDir? = null, headerSortTristate: Boolean? = null, headerClick: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerDblClick: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerContext: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerTap: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerDblTap: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerTapHold: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerTooltip: ((column: ColumnComponent) -> String)? = null, headerVertical: Boolean? = null, editableTitle: Boolean? = null, titleFormatter: Formatter? = null, titleFormatterParams: dynamic = null, headerFilter: Editor? = null, headerFilterParams: dynamic = null, headerFilterPlaceholder: String? = null, headerFilterEmptyCheck: ((value: Any) -> Boolean)? = null, headerFilterFunc: Filter? = null, headerFilterFuncParams: dynamic = null, headerFilterLiveFilter: Boolean? = null, htmlOutput: Boolean? = null, print: Boolean? = null, cellClick: ((dynamic, cell: CellComponent) -> Unit)? = null, cellDblClick: ((dynamic, cell: CellComponent) -> Unit)? = null, cellContext: ((dynamic, cell: CellComponent) -> Unit)? = null, cellTap: ((dynamic, cell: CellComponent) -> Unit)? = null, cellDblTap: ((dynamic, cell: CellComponent) -> Unit)? = null, cellTapHold: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseEnter: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseLeave: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseOver: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseOut: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseMove: ((dynamic, cell: CellComponent) -> Unit)? = null, cellEditing: ((cell: CellComponent) -> Unit)? = null, cellEdited: ((cell: CellComponent) -> Unit)? = null, cellEditCancelled: ((cell: CellComponent) -> Unit)? = null) +ColumnDefinition(title: String, field: String? = null, columns: List<ColumnDefinition<T>>? = null, visible: Boolean? = null, align: Align? = null, width: String? = null, minWidth: Int? = null, widthGrow: Int? = null, widthShrink: Int? = null, resizable: Boolean? = null, frozen: Boolean? = null, responsive: Int? = null, tooltip: ((cell: CellComponent) -> String)? = null, cssClass: String? = null, rowHandle: Boolean? = null, hideInHtml: Boolean? = null, sorter: Sorter? = null, sorterFunction: ((dynamic, dynamic, aRow: RowComponent, bRow: RowComponent, column: ColumnComponent, dir: SortingDir, dynamic) -> Number)? = null, sorterParams: dynamic = null, formatter: Formatter? = null, formatterFunction: ((cell: CellComponent, dynamic, onRendered: (callback: () -> Unit) -> Unit) -> dynamic)? = null, formatterComponentFunction: ((cell: CellComponent, onRendered: (callback: () -> Unit) -> Unit, data: T) -> Component)? = null, formatterParams: dynamic = null, variableHeight: Boolean? = null, editable: ((cell: CellComponent) -> Boolean)? = null, editor: Editor? = null, editorFunction: ((cell: CellComponent, onRendered: (callback: () -> Unit) -> Unit, success: (dynamic) -> Unit, cancel: (dynamic) -> Unit, dynamic) -> dynamic)? = null, editorComponentFunction: ((cell: CellComponent, onRendered: (callback: () -> Unit) -> Unit, success: (dynamic) -> Unit, cancel: (dynamic) -> Unit, data: T) -> Component)? = null, editorParams: dynamic = null, validator: Validator? = null, validatorFunction: dynamic = null, validatorParams: String? = null, download: Boolean? = null, downloadTitle: String? = null, topCalc: Calc? = null, topCalcParams: dynamic = null, topCalcFormatter: Formatter? = null, topCalcFormatterParams: dynamic = null, bottomCalc: Calc? = null, bottomCalcParams: dynamic = null, bottomCalcFormatter: Formatter? = null, bottomCalcFormatterParams: dynamic = null, headerSort: Boolean? = null, headerSortStartingDir: SortingDir? = null, headerSortTristate: Boolean? = null, headerClick: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerDblClick: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerContext: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerTap: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerDblTap: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerTapHold: ((dynamic, column: ColumnComponent) -> Unit)? = null, headerTooltip: ((column: ColumnComponent) -> String)? = null, headerVertical: Boolean? = null, editableTitle: Boolean? = null, titleFormatter: Formatter? = null, titleFormatterParams: dynamic = null, headerFilter: Editor? = null, headerFilterParams: dynamic = null, headerFilterPlaceholder: String? = null, headerFilterEmptyCheck: ((value: Any) -> Boolean)? = null, headerFilterFunc: Filter? = null, headerFilterFuncParams: dynamic = null, headerFilterLiveFilter: Boolean? = null, htmlOutput: Boolean? = null, print: Boolean? = null, cellClick: ((dynamic, cell: CellComponent) -> Unit)? = null, cellDblClick: ((dynamic, cell: CellComponent) -> Unit)? = null, cellContext: ((dynamic, cell: CellComponent) -> Unit)? = null, cellTap: ((dynamic, cell: CellComponent) -> Unit)? = null, cellDblTap: ((dynamic, cell: CellComponent) -> Unit)? = null, cellTapHold: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseEnter: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseLeave: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseOver: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseOut: ((dynamic, cell: CellComponent) -> Unit)? = null, cellMouseMove: ((dynamic, cell: CellComponent) -> Unit)? = null, cellEditing: ((cell: CellComponent) -> Unit)? = null, cellEdited: ((cell: CellComponent) -> Unit)? = null, cellEditCancelled: ((cell: CellComponent) -> Unit)? = null, headerMenu: dynamic = null, headerContextMenu: dynamic = null, contextMenu: dynamic = null, hozAlign: Align? = null, vertAlign: VAlign? = null) @@ -190,6 +190,14 @@ (js) +

contextMenu

+ + +val contextMenu: dynamic + + + +(js)

cssClass

@@ -326,6 +334,14 @@ (js) +

headerContextMenu

+ + +val headerContextMenu: dynamic + + + +(js)

headerDblClick

@@ -398,6 +414,14 @@ (js) +

headerMenu

+ + +val headerMenu: dynamic + + + +(js)

headerSort

@@ -462,6 +486,14 @@ (js) +

hozAlign

+ + +val hozAlign: Align? + + + +(js)

htmlOutput

@@ -630,6 +662,14 @@ (js) +

vertAlign

+ + +val vertAlign: VAlign? + + + +(js)

visible

diff --git a/api/pl.treksoft.kvision.tabulator/-column-definition/vert-align.html b/api/pl.treksoft.kvision.tabulator/-column-definition/vert-align.html new file mode 100644 index 00000000..919ab6ca --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-column-definition/vert-align.html @@ -0,0 +1,14 @@ + + + +ColumnDefinition.vertAlign - kvision + + + +kvision / pl.treksoft.kvision.tabulator / ColumnDefinition / vertAlign
+
+

vertAlign

+(js) +val vertAlign: VAlign? + + diff --git a/api/pl.treksoft.kvision.tabulator/-layout/-f-i-t-d-a-t-a-s-t-r-e-t-c-h.html b/api/pl.treksoft.kvision.tabulator/-layout/-f-i-t-d-a-t-a-s-t-r-e-t-c-h.html new file mode 100644 index 00000000..cfea5edb --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-layout/-f-i-t-d-a-t-a-s-t-r-e-t-c-h.html @@ -0,0 +1,14 @@ + + + +Layout.FITDATASTRETCH - kvision + + + +kvision / pl.treksoft.kvision.tabulator / Layout / FITDATASTRETCH
+
+

FITDATASTRETCH

+(js) +FITDATASTRETCH + + diff --git a/api/pl.treksoft.kvision.tabulator/-layout/index.html b/api/pl.treksoft.kvision.tabulator/-layout/index.html index a292805d..5ab4a8e7 100644 --- a/api/pl.treksoft.kvision.tabulator/-layout/index.html +++ b/api/pl.treksoft.kvision.tabulator/-layout/index.html @@ -37,6 +37,14 @@ + + +(js) +

FITDATASTRETCH

+ + + + diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/-init-.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/-init-.html index 734966b6..986f67fe 100644 --- a/api/pl.treksoft.kvision.tabulator/-tabulator-options/-init-.html +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/-init-.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.tabulator / TabulatorOptions / <init>

<init>

-(js) -TabulatorOptions(height: String? = null, virtualDom: Boolean? = null, virtualDomBuffer: Int? = null, placeholder: String? = null, footerElement: String? = null, tooltips: ((cell: CellComponent) -> String)? = null, tooltipGenerationMode: TooltipGenerationMode? = null, history: Boolean? = null, keybindings: dynamic = null, downloadDataFormatter: dynamic = null, downloadConfig: DownloadConfig? = null, reactiveData: Boolean? = null, autoResize: Boolean? = null, columns: List<ColumnDefinition<T>>? = null, autoColumns: Boolean? = null, layout: Layout? = null, layoutColumnsOnNewData: Boolean? = null, responsiveLayout: ResponsiveLayout? = null, responsiveLayoutCollapseStartOpen: Boolean? = null, responsiveLayoutCollapseUseFormatters: Boolean? = null, columnMinWidth: Int? = null, resizableColumns: Boolean? = null, movableColumns: Boolean? = null, tooltipsHeader: Boolean? = null, headerFilterPlaceholder: String? = null, scrollToColumnPosition: ColumnPosition? = null, scrollToColumnIfVisible: Boolean? = null, rowFormatter: ((row: RowComponent) -> Unit)? = null, addRowPos: RowPos? = null, selectable: dynamic = null, selectableRangeMode: RangeMode? = null, selectableRollingSelection: Boolean? = null, selectablePersistence: Boolean? = null, selectableCheck: ((row: RowComponent) -> Boolean)? = null, movableRows: Boolean? = null, movableRowsConnectedTables: dynamic = null, movableRowsSender: dynamic = null, movableRowsReceiver: dynamic = null, resizableRows: Boolean? = null, scrollToRowPosition: RowPosition? = null, scrollToRowIfVisible: Boolean? = null, index: String? = null, data: Array<T>? = null, ajaxURL: String? = null, ajaxParams: dynamic = null, ajaxConfig: dynamic = null, ajaxContentType: dynamic = null, ajaxURLGenerator: ((url: String, dynamic, dynamic) -> String)? = null, ajaxRequestFunc: ((url: String, dynamic, dynamic) -> Promise<Any>)? = null, ajaxFiltering: Boolean? = null, ajaxSorting: Boolean? = null, ajaxProgressiveLoad: ProgressiveMode? = null, ajaxProgressiveLoadDelay: Int? = null, ajaxProgressiveLoadScrollMargin: Int? = null, ajaxLoader: Boolean? = null, ajaxLoaderLoading: String? = null, ajaxLoaderError: String? = null, initialSort: List<Sorter>? = null, sortOrderReverse: Boolean? = null, initialFilter: List<Filter>? = null, initialHeaderFilter: List<Any?>? = null, pagination: PaginationMode? = null, paginationSize: Int? = null, paginationSizeSelector: Boolean? = null, paginationElement: dynamic = null, paginationDataReceived: dynamic = null, paginationDataSent: dynamic = null, paginationAddRow: AddRowMode? = null, paginationButtonCount: Int? = null, persistenceID: String? = null, persistenceMode: Boolean? = null, persistentLayout: Boolean? = null, persistentSort: Boolean? = null, persistentFilter: Boolean? = null, locale: String? = null, langs: dynamic = null, localized: ((locale: String, dynamic) -> Unit)? = null, headerVisible: Boolean? = null, htmlOutputConfig: dynamic = null, printAsHtml: Boolean? = null, printConfig: dynamic = null, printCopyStyle: Boolean? = null, printVisibleRows: Boolean? = null, printHeader: String? = null, printFooter: String? = null, printFormatter: ((dynamic, dynamic) -> Unit)? = null, tabEndNewRow: dynamic = null, headerSort: Boolean? = null, headerSortTristate: Boolean? = null, invalidOptionWarnings: Boolean? = null, dataTree: Boolean? = null, dataTreeChildField: String? = null, dataTreeCollapseElement: dynamic = null, dataTreeExpandElement: dynamic = null, dataTreeElementColumn: String? = null, dataTreeBranchElement: dynamic = null, dataTreeChildIndent: Number? = null, dataTreeStartExpanded: ((row: RowComponent, level: Number) -> Boolean)? = null, dataTreeRowExpanded: ((row: RowComponent, level: Number) -> Unit)? = null, dataTreeRowCollapsed: ((row: RowComponent, level: Number) -> Unit)? = null, movableRowsSendingStart: ((toTables: Array<Any>) -> Unit)? = null, movableRowsSent: ((fromRow: RowComponent, toRow: RowComponent, toTable: Tabulator) -> Unit)? = null, movableRowsSentFailed: ((fromRow: RowComponent, toRow: RowComponent, toTable: Tabulator) -> Unit)? = null, movableRowsSendingStop: ((toTables: Array<Any>) -> Unit)? = null, movableRowsReceivingStart: ((fromRow: RowComponent, toTable: Tabulator) -> Unit)? = null, movableRowsReceived: ((fromRow: RowComponent, toRow: RowComponent, fromTable: Tabulator) -> Unit)? = null, movableRowsReceivedFailed: ((fromRow: RowComponent, toRow: RowComponent, fromTable: Tabulator) -> Unit)? = null, movableRowsReceivingStop: ((fromTable: Tabulator) -> Unit)? = null, rowClick: ((dynamic, row: RowComponent) -> Unit)? = null, rowDblClick: ((dynamic, row: RowComponent) -> Unit)? = null, rowContext: ((dynamic, row: RowComponent) -> Unit)? = null, rowTap: ((dynamic, row: RowComponent) -> Unit)? = null, rowDblTap: ((dynamic, row: RowComponent) -> Unit)? = null, rowTapHold: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseEnter: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseLeave: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseOver: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseOut: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseMove: ((dynamic, row: RowComponent) -> Unit)? = null, rowAdded: ((row: RowComponent) -> Unit)? = null, rowUpdated: ((row: RowComponent) -> Unit)? = null, rowDeleted: ((row: RowComponent) -> Unit)? = null, rowMoved: ((row: RowComponent) -> Unit)? = null, rowResized: ((row: RowComponent) -> Unit)? = null, rowSelectionChanged: ((data: Array<Any>, rows: Array<RowComponent>) -> Unit)? = null, rowSelected: ((row: RowComponent) -> Unit)? = null, rowDeselected: ((row: RowComponent) -> Unit)? = null, cellClick: ((e: Any, cell: CellComponent) -> Unit)? = null, cellDblClick: ((e: Any, cell: CellComponent) -> Unit)? = null, cellContext: ((e: Any, cell: CellComponent) -> Unit)? = null, cellTap: ((e: Any, cell: CellComponent) -> Unit)? = null, cellDblTap: ((e: Any, cell: CellComponent) -> Unit)? = null, cellTapHold: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseEnter: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseLeave: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseOver: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseOut: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseMove: ((e: Any, cell: CellComponent) -> Unit)? = null, cellEditing: ((cell: CellComponent) -> Unit)? = null, cellEdited: ((cell: CellComponent) -> Unit)? = null, cellEditCancelled: ((cell: CellComponent) -> Unit)? = null, columnMoved: ((column: ColumnComponent, columns: Array<dynamic>) -> Unit)? = null, columnResized: ((column: ColumnComponent) -> Unit)? = null, columnVisibilityChanged: ((column: ColumnComponent, visible: Boolean) -> Unit)? = null, columnTitleChanged: ((column: ColumnComponent) -> Unit)? = null, tableBuilding: (() -> Unit)? = null, tableBuilt: (() -> Unit)? = null, renderStarted: (() -> Unit)? = null, renderComplete: (() -> Unit)? = null, htmlImporting: (() -> Unit)? = null, htmlImported: (() -> Unit)? = null, dataLoading: ((data: List<T>) -> Unit)? = null, dataLoaded: ((data: List<T>) -> Unit)? = null, dataEdited: ((data: List<T>) -> Unit)? = null, pageLoaded: ((pageno: Int) -> Unit)? = null, dataSorting: ((sorters: Array<Sorter>) -> Unit)? = null, dataSorted: ((sorters: Array<Sorter>, rows: Array<RowComponent>) -> Unit)? = null, dataFiltering: ((filters: Array<Filter>) -> Unit)? = null, dataFiltered: ((filters: Array<Filter>, rows: Array<RowComponent>) -> Unit)? = null, validationFailed: ((cell: CellComponent, value: Any, dynamic) -> Unit)? = null, ajaxRequesting: ((url: String, dynamic) -> Boolean)? = null, ajaxResponse: ((url: String, dynamic, dynamic) -> Any)? = null, ajaxError: ((dynamic, textStatus: String, dynamic) -> Unit)? = null) +(js) +TabulatorOptions(height: String? = null, virtualDom: Boolean? = null, virtualDomBuffer: Int? = null, placeholder: String? = null, footerElement: String? = null, tooltips: ((cell: CellComponent) -> String)? = null, tooltipGenerationMode: TooltipGenerationMode? = null, history: Boolean? = null, keybindings: dynamic = null, downloadDataFormatter: dynamic = null, downloadConfig: DownloadConfig? = null, reactiveData: Boolean? = null, autoResize: Boolean? = null, columns: List<ColumnDefinition<T>>? = null, autoColumns: Boolean? = null, layout: Layout? = null, layoutColumnsOnNewData: Boolean? = null, responsiveLayout: ResponsiveLayout? = null, responsiveLayoutCollapseStartOpen: Boolean? = null, responsiveLayoutCollapseUseFormatters: Boolean? = null, columnMinWidth: Int? = null, resizableColumns: Boolean? = null, movableColumns: Boolean? = null, tooltipsHeader: Boolean? = null, headerFilterPlaceholder: String? = null, scrollToColumnPosition: ColumnPosition? = null, scrollToColumnIfVisible: Boolean? = null, rowFormatter: ((row: RowComponent) -> Unit)? = null, addRowPos: RowPos? = null, selectable: dynamic = null, selectableRangeMode: RangeMode? = null, selectableRollingSelection: Boolean? = null, selectablePersistence: Boolean? = null, selectableCheck: ((row: RowComponent) -> Boolean)? = null, movableRows: Boolean? = null, movableRowsConnectedTables: dynamic = null, movableRowsSender: dynamic = null, movableRowsReceiver: dynamic = null, resizableRows: Boolean? = null, scrollToRowPosition: RowPosition? = null, scrollToRowIfVisible: Boolean? = null, index: String? = null, data: Array<T>? = null, ajaxURL: String? = null, ajaxParams: dynamic = null, ajaxConfig: dynamic = null, ajaxContentType: dynamic = null, ajaxURLGenerator: ((url: String, dynamic, dynamic) -> String)? = null, ajaxRequestFunc: ((url: String, dynamic, dynamic) -> Promise<Any>)? = null, ajaxFiltering: Boolean? = null, ajaxSorting: Boolean? = null, ajaxProgressiveLoad: ProgressiveMode? = null, ajaxProgressiveLoadDelay: Int? = null, ajaxProgressiveLoadScrollMargin: Int? = null, ajaxLoader: Boolean? = null, ajaxLoaderLoading: String? = null, ajaxLoaderError: String? = null, initialSort: List<Sorter>? = null, sortOrderReverse: Boolean? = null, initialFilter: List<Filter>? = null, initialHeaderFilter: List<Any?>? = null, pagination: PaginationMode? = null, paginationSize: Int? = null, paginationSizeSelector: Boolean? = null, paginationElement: dynamic = null, paginationDataReceived: dynamic = null, paginationDataSent: dynamic = null, paginationAddRow: AddRowMode? = null, paginationButtonCount: Int? = null, persistenceID: String? = null, persistenceMode: Boolean? = null, persistentLayout: Boolean? = null, persistentSort: Boolean? = null, persistentFilter: Boolean? = null, locale: String? = null, langs: dynamic = null, localized: ((locale: String, dynamic) -> Unit)? = null, headerVisible: Boolean? = null, htmlOutputConfig: dynamic = null, printAsHtml: Boolean? = null, printConfig: dynamic = null, printCopyStyle: Boolean? = null, printVisibleRows: Boolean? = null, printHeader: String? = null, printFooter: String? = null, printFormatter: ((dynamic, dynamic) -> Unit)? = null, tabEndNewRow: dynamic = null, headerSort: Boolean? = null, headerSortTristate: Boolean? = null, invalidOptionWarnings: Boolean? = null, dataTree: Boolean? = null, dataTreeChildField: String? = null, dataTreeCollapseElement: dynamic = null, dataTreeExpandElement: dynamic = null, dataTreeElementColumn: String? = null, dataTreeBranchElement: dynamic = null, dataTreeChildIndent: Number? = null, dataTreeStartExpanded: ((row: RowComponent, level: Number) -> Boolean)? = null, dataTreeRowExpanded: ((row: RowComponent, level: Number) -> Unit)? = null, dataTreeRowCollapsed: ((row: RowComponent, level: Number) -> Unit)? = null, movableRowsSendingStart: ((toTables: Array<Any>) -> Unit)? = null, movableRowsSent: ((fromRow: RowComponent, toRow: RowComponent, toTable: Tabulator) -> Unit)? = null, movableRowsSentFailed: ((fromRow: RowComponent, toRow: RowComponent, toTable: Tabulator) -> Unit)? = null, movableRowsSendingStop: ((toTables: Array<Any>) -> Unit)? = null, movableRowsReceivingStart: ((fromRow: RowComponent, toTable: Tabulator) -> Unit)? = null, movableRowsReceived: ((fromRow: RowComponent, toRow: RowComponent, fromTable: Tabulator) -> Unit)? = null, movableRowsReceivedFailed: ((fromRow: RowComponent, toRow: RowComponent, fromTable: Tabulator) -> Unit)? = null, movableRowsReceivingStop: ((fromTable: Tabulator) -> Unit)? = null, rowClick: ((dynamic, row: RowComponent) -> Unit)? = null, rowDblClick: ((dynamic, row: RowComponent) -> Unit)? = null, rowContext: ((dynamic, row: RowComponent) -> Unit)? = null, rowTap: ((dynamic, row: RowComponent) -> Unit)? = null, rowDblTap: ((dynamic, row: RowComponent) -> Unit)? = null, rowTapHold: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseEnter: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseLeave: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseOver: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseOut: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseMove: ((dynamic, row: RowComponent) -> Unit)? = null, rowAdded: ((row: RowComponent) -> Unit)? = null, rowUpdated: ((row: RowComponent) -> Unit)? = null, rowDeleted: ((row: RowComponent) -> Unit)? = null, rowMoved: ((row: RowComponent) -> Unit)? = null, rowResized: ((row: RowComponent) -> Unit)? = null, rowSelectionChanged: ((data: Array<Any>, rows: Array<RowComponent>) -> Unit)? = null, rowSelected: ((row: RowComponent) -> Unit)? = null, rowDeselected: ((row: RowComponent) -> Unit)? = null, cellClick: ((e: Any, cell: CellComponent) -> Unit)? = null, cellDblClick: ((e: Any, cell: CellComponent) -> Unit)? = null, cellContext: ((e: Any, cell: CellComponent) -> Unit)? = null, cellTap: ((e: Any, cell: CellComponent) -> Unit)? = null, cellDblTap: ((e: Any, cell: CellComponent) -> Unit)? = null, cellTapHold: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseEnter: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseLeave: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseOver: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseOut: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseMove: ((e: Any, cell: CellComponent) -> Unit)? = null, cellEditing: ((cell: CellComponent) -> Unit)? = null, cellEdited: ((cell: CellComponent) -> Unit)? = null, cellEditCancelled: ((cell: CellComponent) -> Unit)? = null, columnMoved: ((column: ColumnComponent, columns: Array<dynamic>) -> Unit)? = null, columnResized: ((column: ColumnComponent) -> Unit)? = null, columnVisibilityChanged: ((column: ColumnComponent, visible: Boolean) -> Unit)? = null, columnTitleChanged: ((column: ColumnComponent) -> Unit)? = null, tableBuilding: (() -> Unit)? = null, tableBuilt: (() -> Unit)? = null, renderStarted: (() -> Unit)? = null, renderComplete: (() -> Unit)? = null, htmlImporting: (() -> Unit)? = null, htmlImported: (() -> Unit)? = null, dataLoading: ((data: List<T>) -> Unit)? = null, dataLoaded: ((data: List<T>) -> Unit)? = null, dataEdited: ((data: List<T>) -> Unit)? = null, pageLoaded: ((pageno: Int) -> Unit)? = null, dataSorting: ((sorters: Array<Sorter>) -> Unit)? = null, dataSorted: ((sorters: Array<Sorter>, rows: Array<RowComponent>) -> Unit)? = null, dataFiltering: ((filters: Array<Filter>) -> Unit)? = null, dataFiltered: ((filters: Array<Filter>, rows: Array<RowComponent>) -> Unit)? = null, validationFailed: ((cell: CellComponent, value: Any, dynamic) -> Unit)? = null, ajaxRequesting: ((url: String, dynamic) -> Boolean)? = null, ajaxResponse: ((url: String, dynamic, dynamic) -> Any)? = null, ajaxError: ((dynamic, textStatus: String, dynamic) -> Unit)? = null, persistence: dynamic = null, persistenceReaderFunc: dynamic = null, persistenceWriterFunc: dynamic = null, paginationInitialPage: Int? = null, columnHeaderVertAlign: VAlign? = null, maxHeight: String? = null, minHeight: String? = null, rowContextMenu: dynamic = null, dataTreeChildColumnCalcs: Boolean? = null, dataTreeSelectPropagate: Boolean? = null, cellHozAlign: Align? = null, cellVertAlign: VAlign? = null, headerFilterLiveFilterDelay: Int? = null)

Tabulator options.

diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/cell-hoz-align.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/cell-hoz-align.html new file mode 100644 index 00000000..8edda5b1 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/cell-hoz-align.html @@ -0,0 +1,14 @@ + + + +TabulatorOptions.cellHozAlign - kvision + + + +kvision / pl.treksoft.kvision.tabulator / TabulatorOptions / cellHozAlign
+
+

cellHozAlign

+(js) +val cellHozAlign: Align? + + diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/cell-vert-align.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/cell-vert-align.html new file mode 100644 index 00000000..61105144 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/cell-vert-align.html @@ -0,0 +1,14 @@ + + + +TabulatorOptions.cellVertAlign - kvision + + + +kvision / pl.treksoft.kvision.tabulator / TabulatorOptions / cellVertAlign
+
+

cellVertAlign

+(js) +val cellVertAlign: VAlign? + + diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/column-header-vert-align.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/column-header-vert-align.html new file mode 100644 index 00000000..990a03e6 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/column-header-vert-align.html @@ -0,0 +1,14 @@ + + + +TabulatorOptions.columnHeaderVertAlign - kvision + + + +kvision / pl.treksoft.kvision.tabulator / TabulatorOptions / columnHeaderVertAlign
+
+

columnHeaderVertAlign

+(js) +val columnHeaderVertAlign: VAlign? + + diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/data-tree-child-column-calcs.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/data-tree-child-column-calcs.html new file mode 100644 index 00000000..42841d1c --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/data-tree-child-column-calcs.html @@ -0,0 +1,14 @@ + + + +TabulatorOptions.dataTreeChildColumnCalcs - kvision + + + +kvision / pl.treksoft.kvision.tabulator / TabulatorOptions / dataTreeChildColumnCalcs
+
+

dataTreeChildColumnCalcs

+(js) +val dataTreeChildColumnCalcs: Boolean? + + diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/data-tree-select-propagate.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/data-tree-select-propagate.html new file mode 100644 index 00000000..0ce5c830 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/data-tree-select-propagate.html @@ -0,0 +1,14 @@ + + + +TabulatorOptions.dataTreeSelectPropagate - kvision + + + +kvision / pl.treksoft.kvision.tabulator / TabulatorOptions / dataTreeSelectPropagate
+
+

dataTreeSelectPropagate

+(js) +val dataTreeSelectPropagate: Boolean? + + diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/header-filter-live-filter-delay.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/header-filter-live-filter-delay.html new file mode 100644 index 00000000..4f05e846 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/header-filter-live-filter-delay.html @@ -0,0 +1,14 @@ + + + +TabulatorOptions.headerFilterLiveFilterDelay - kvision + + + +kvision / pl.treksoft.kvision.tabulator / TabulatorOptions / headerFilterLiveFilterDelay
+
+

headerFilterLiveFilterDelay

+(js) +val headerFilterLiveFilterDelay: Int? + + diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/index.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/index.html index bc609eae..c6cf8e92 100644 --- a/api/pl.treksoft.kvision.tabulator/-tabulator-options/index.html +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/index.html @@ -20,7 +20,7 @@

Tabulator options.

-TabulatorOptions(height: String? = null, virtualDom: Boolean? = null, virtualDomBuffer: Int? = null, placeholder: String? = null, footerElement: String? = null, tooltips: ((cell: CellComponent) -> String)? = null, tooltipGenerationMode: TooltipGenerationMode? = null, history: Boolean? = null, keybindings: dynamic = null, downloadDataFormatter: dynamic = null, downloadConfig: DownloadConfig? = null, reactiveData: Boolean? = null, autoResize: Boolean? = null, columns: List<ColumnDefinition<T>>? = null, autoColumns: Boolean? = null, layout: Layout? = null, layoutColumnsOnNewData: Boolean? = null, responsiveLayout: ResponsiveLayout? = null, responsiveLayoutCollapseStartOpen: Boolean? = null, responsiveLayoutCollapseUseFormatters: Boolean? = null, columnMinWidth: Int? = null, resizableColumns: Boolean? = null, movableColumns: Boolean? = null, tooltipsHeader: Boolean? = null, headerFilterPlaceholder: String? = null, scrollToColumnPosition: ColumnPosition? = null, scrollToColumnIfVisible: Boolean? = null, rowFormatter: ((row: RowComponent) -> Unit)? = null, addRowPos: RowPos? = null, selectable: dynamic = null, selectableRangeMode: RangeMode? = null, selectableRollingSelection: Boolean? = null, selectablePersistence: Boolean? = null, selectableCheck: ((row: RowComponent) -> Boolean)? = null, movableRows: Boolean? = null, movableRowsConnectedTables: dynamic = null, movableRowsSender: dynamic = null, movableRowsReceiver: dynamic = null, resizableRows: Boolean? = null, scrollToRowPosition: RowPosition? = null, scrollToRowIfVisible: Boolean? = null, index: String? = null, data: Array<T>? = null, ajaxURL: String? = null, ajaxParams: dynamic = null, ajaxConfig: dynamic = null, ajaxContentType: dynamic = null, ajaxURLGenerator: ((url: String, dynamic, dynamic) -> String)? = null, ajaxRequestFunc: ((url: String, dynamic, dynamic) -> Promise<Any>)? = null, ajaxFiltering: Boolean? = null, ajaxSorting: Boolean? = null, ajaxProgressiveLoad: ProgressiveMode? = null, ajaxProgressiveLoadDelay: Int? = null, ajaxProgressiveLoadScrollMargin: Int? = null, ajaxLoader: Boolean? = null, ajaxLoaderLoading: String? = null, ajaxLoaderError: String? = null, initialSort: List<Sorter>? = null, sortOrderReverse: Boolean? = null, initialFilter: List<Filter>? = null, initialHeaderFilter: List<Any?>? = null, pagination: PaginationMode? = null, paginationSize: Int? = null, paginationSizeSelector: Boolean? = null, paginationElement: dynamic = null, paginationDataReceived: dynamic = null, paginationDataSent: dynamic = null, paginationAddRow: AddRowMode? = null, paginationButtonCount: Int? = null, persistenceID: String? = null, persistenceMode: Boolean? = null, persistentLayout: Boolean? = null, persistentSort: Boolean? = null, persistentFilter: Boolean? = null, locale: String? = null, langs: dynamic = null, localized: ((locale: String, dynamic) -> Unit)? = null, headerVisible: Boolean? = null, htmlOutputConfig: dynamic = null, printAsHtml: Boolean? = null, printConfig: dynamic = null, printCopyStyle: Boolean? = null, printVisibleRows: Boolean? = null, printHeader: String? = null, printFooter: String? = null, printFormatter: ((dynamic, dynamic) -> Unit)? = null, tabEndNewRow: dynamic = null, headerSort: Boolean? = null, headerSortTristate: Boolean? = null, invalidOptionWarnings: Boolean? = null, dataTree: Boolean? = null, dataTreeChildField: String? = null, dataTreeCollapseElement: dynamic = null, dataTreeExpandElement: dynamic = null, dataTreeElementColumn: String? = null, dataTreeBranchElement: dynamic = null, dataTreeChildIndent: Number? = null, dataTreeStartExpanded: ((row: RowComponent, level: Number) -> Boolean)? = null, dataTreeRowExpanded: ((row: RowComponent, level: Number) -> Unit)? = null, dataTreeRowCollapsed: ((row: RowComponent, level: Number) -> Unit)? = null, movableRowsSendingStart: ((toTables: Array<Any>) -> Unit)? = null, movableRowsSent: ((fromRow: RowComponent, toRow: RowComponent, toTable: Tabulator) -> Unit)? = null, movableRowsSentFailed: ((fromRow: RowComponent, toRow: RowComponent, toTable: Tabulator) -> Unit)? = null, movableRowsSendingStop: ((toTables: Array<Any>) -> Unit)? = null, movableRowsReceivingStart: ((fromRow: RowComponent, toTable: Tabulator) -> Unit)? = null, movableRowsReceived: ((fromRow: RowComponent, toRow: RowComponent, fromTable: Tabulator) -> Unit)? = null, movableRowsReceivedFailed: ((fromRow: RowComponent, toRow: RowComponent, fromTable: Tabulator) -> Unit)? = null, movableRowsReceivingStop: ((fromTable: Tabulator) -> Unit)? = null, rowClick: ((dynamic, row: RowComponent) -> Unit)? = null, rowDblClick: ((dynamic, row: RowComponent) -> Unit)? = null, rowContext: ((dynamic, row: RowComponent) -> Unit)? = null, rowTap: ((dynamic, row: RowComponent) -> Unit)? = null, rowDblTap: ((dynamic, row: RowComponent) -> Unit)? = null, rowTapHold: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseEnter: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseLeave: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseOver: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseOut: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseMove: ((dynamic, row: RowComponent) -> Unit)? = null, rowAdded: ((row: RowComponent) -> Unit)? = null, rowUpdated: ((row: RowComponent) -> Unit)? = null, rowDeleted: ((row: RowComponent) -> Unit)? = null, rowMoved: ((row: RowComponent) -> Unit)? = null, rowResized: ((row: RowComponent) -> Unit)? = null, rowSelectionChanged: ((data: Array<Any>, rows: Array<RowComponent>) -> Unit)? = null, rowSelected: ((row: RowComponent) -> Unit)? = null, rowDeselected: ((row: RowComponent) -> Unit)? = null, cellClick: ((e: Any, cell: CellComponent) -> Unit)? = null, cellDblClick: ((e: Any, cell: CellComponent) -> Unit)? = null, cellContext: ((e: Any, cell: CellComponent) -> Unit)? = null, cellTap: ((e: Any, cell: CellComponent) -> Unit)? = null, cellDblTap: ((e: Any, cell: CellComponent) -> Unit)? = null, cellTapHold: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseEnter: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseLeave: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseOver: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseOut: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseMove: ((e: Any, cell: CellComponent) -> Unit)? = null, cellEditing: ((cell: CellComponent) -> Unit)? = null, cellEdited: ((cell: CellComponent) -> Unit)? = null, cellEditCancelled: ((cell: CellComponent) -> Unit)? = null, columnMoved: ((column: ColumnComponent, columns: Array<dynamic>) -> Unit)? = null, columnResized: ((column: ColumnComponent) -> Unit)? = null, columnVisibilityChanged: ((column: ColumnComponent, visible: Boolean) -> Unit)? = null, columnTitleChanged: ((column: ColumnComponent) -> Unit)? = null, tableBuilding: (() -> Unit)? = null, tableBuilt: (() -> Unit)? = null, renderStarted: (() -> Unit)? = null, renderComplete: (() -> Unit)? = null, htmlImporting: (() -> Unit)? = null, htmlImported: (() -> Unit)? = null, dataLoading: ((data: List<T>) -> Unit)? = null, dataLoaded: ((data: List<T>) -> Unit)? = null, dataEdited: ((data: List<T>) -> Unit)? = null, pageLoaded: ((pageno: Int) -> Unit)? = null, dataSorting: ((sorters: Array<Sorter>) -> Unit)? = null, dataSorted: ((sorters: Array<Sorter>, rows: Array<RowComponent>) -> Unit)? = null, dataFiltering: ((filters: Array<Filter>) -> Unit)? = null, dataFiltered: ((filters: Array<Filter>, rows: Array<RowComponent>) -> Unit)? = null, validationFailed: ((cell: CellComponent, value: Any, dynamic) -> Unit)? = null, ajaxRequesting: ((url: String, dynamic) -> Boolean)? = null, ajaxResponse: ((url: String, dynamic, dynamic) -> Any)? = null, ajaxError: ((dynamic, textStatus: String, dynamic) -> Unit)? = null) +TabulatorOptions(height: String? = null, virtualDom: Boolean? = null, virtualDomBuffer: Int? = null, placeholder: String? = null, footerElement: String? = null, tooltips: ((cell: CellComponent) -> String)? = null, tooltipGenerationMode: TooltipGenerationMode? = null, history: Boolean? = null, keybindings: dynamic = null, downloadDataFormatter: dynamic = null, downloadConfig: DownloadConfig? = null, reactiveData: Boolean? = null, autoResize: Boolean? = null, columns: List<ColumnDefinition<T>>? = null, autoColumns: Boolean? = null, layout: Layout? = null, layoutColumnsOnNewData: Boolean? = null, responsiveLayout: ResponsiveLayout? = null, responsiveLayoutCollapseStartOpen: Boolean? = null, responsiveLayoutCollapseUseFormatters: Boolean? = null, columnMinWidth: Int? = null, resizableColumns: Boolean? = null, movableColumns: Boolean? = null, tooltipsHeader: Boolean? = null, headerFilterPlaceholder: String? = null, scrollToColumnPosition: ColumnPosition? = null, scrollToColumnIfVisible: Boolean? = null, rowFormatter: ((row: RowComponent) -> Unit)? = null, addRowPos: RowPos? = null, selectable: dynamic = null, selectableRangeMode: RangeMode? = null, selectableRollingSelection: Boolean? = null, selectablePersistence: Boolean? = null, selectableCheck: ((row: RowComponent) -> Boolean)? = null, movableRows: Boolean? = null, movableRowsConnectedTables: dynamic = null, movableRowsSender: dynamic = null, movableRowsReceiver: dynamic = null, resizableRows: Boolean? = null, scrollToRowPosition: RowPosition? = null, scrollToRowIfVisible: Boolean? = null, index: String? = null, data: Array<T>? = null, ajaxURL: String? = null, ajaxParams: dynamic = null, ajaxConfig: dynamic = null, ajaxContentType: dynamic = null, ajaxURLGenerator: ((url: String, dynamic, dynamic) -> String)? = null, ajaxRequestFunc: ((url: String, dynamic, dynamic) -> Promise<Any>)? = null, ajaxFiltering: Boolean? = null, ajaxSorting: Boolean? = null, ajaxProgressiveLoad: ProgressiveMode? = null, ajaxProgressiveLoadDelay: Int? = null, ajaxProgressiveLoadScrollMargin: Int? = null, ajaxLoader: Boolean? = null, ajaxLoaderLoading: String? = null, ajaxLoaderError: String? = null, initialSort: List<Sorter>? = null, sortOrderReverse: Boolean? = null, initialFilter: List<Filter>? = null, initialHeaderFilter: List<Any?>? = null, pagination: PaginationMode? = null, paginationSize: Int? = null, paginationSizeSelector: Boolean? = null, paginationElement: dynamic = null, paginationDataReceived: dynamic = null, paginationDataSent: dynamic = null, paginationAddRow: AddRowMode? = null, paginationButtonCount: Int? = null, persistenceID: String? = null, persistenceMode: Boolean? = null, persistentLayout: Boolean? = null, persistentSort: Boolean? = null, persistentFilter: Boolean? = null, locale: String? = null, langs: dynamic = null, localized: ((locale: String, dynamic) -> Unit)? = null, headerVisible: Boolean? = null, htmlOutputConfig: dynamic = null, printAsHtml: Boolean? = null, printConfig: dynamic = null, printCopyStyle: Boolean? = null, printVisibleRows: Boolean? = null, printHeader: String? = null, printFooter: String? = null, printFormatter: ((dynamic, dynamic) -> Unit)? = null, tabEndNewRow: dynamic = null, headerSort: Boolean? = null, headerSortTristate: Boolean? = null, invalidOptionWarnings: Boolean? = null, dataTree: Boolean? = null, dataTreeChildField: String? = null, dataTreeCollapseElement: dynamic = null, dataTreeExpandElement: dynamic = null, dataTreeElementColumn: String? = null, dataTreeBranchElement: dynamic = null, dataTreeChildIndent: Number? = null, dataTreeStartExpanded: ((row: RowComponent, level: Number) -> Boolean)? = null, dataTreeRowExpanded: ((row: RowComponent, level: Number) -> Unit)? = null, dataTreeRowCollapsed: ((row: RowComponent, level: Number) -> Unit)? = null, movableRowsSendingStart: ((toTables: Array<Any>) -> Unit)? = null, movableRowsSent: ((fromRow: RowComponent, toRow: RowComponent, toTable: Tabulator) -> Unit)? = null, movableRowsSentFailed: ((fromRow: RowComponent, toRow: RowComponent, toTable: Tabulator) -> Unit)? = null, movableRowsSendingStop: ((toTables: Array<Any>) -> Unit)? = null, movableRowsReceivingStart: ((fromRow: RowComponent, toTable: Tabulator) -> Unit)? = null, movableRowsReceived: ((fromRow: RowComponent, toRow: RowComponent, fromTable: Tabulator) -> Unit)? = null, movableRowsReceivedFailed: ((fromRow: RowComponent, toRow: RowComponent, fromTable: Tabulator) -> Unit)? = null, movableRowsReceivingStop: ((fromTable: Tabulator) -> Unit)? = null, rowClick: ((dynamic, row: RowComponent) -> Unit)? = null, rowDblClick: ((dynamic, row: RowComponent) -> Unit)? = null, rowContext: ((dynamic, row: RowComponent) -> Unit)? = null, rowTap: ((dynamic, row: RowComponent) -> Unit)? = null, rowDblTap: ((dynamic, row: RowComponent) -> Unit)? = null, rowTapHold: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseEnter: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseLeave: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseOver: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseOut: ((dynamic, row: RowComponent) -> Unit)? = null, rowMouseMove: ((dynamic, row: RowComponent) -> Unit)? = null, rowAdded: ((row: RowComponent) -> Unit)? = null, rowUpdated: ((row: RowComponent) -> Unit)? = null, rowDeleted: ((row: RowComponent) -> Unit)? = null, rowMoved: ((row: RowComponent) -> Unit)? = null, rowResized: ((row: RowComponent) -> Unit)? = null, rowSelectionChanged: ((data: Array<Any>, rows: Array<RowComponent>) -> Unit)? = null, rowSelected: ((row: RowComponent) -> Unit)? = null, rowDeselected: ((row: RowComponent) -> Unit)? = null, cellClick: ((e: Any, cell: CellComponent) -> Unit)? = null, cellDblClick: ((e: Any, cell: CellComponent) -> Unit)? = null, cellContext: ((e: Any, cell: CellComponent) -> Unit)? = null, cellTap: ((e: Any, cell: CellComponent) -> Unit)? = null, cellDblTap: ((e: Any, cell: CellComponent) -> Unit)? = null, cellTapHold: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseEnter: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseLeave: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseOver: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseOut: ((e: Any, cell: CellComponent) -> Unit)? = null, cellMouseMove: ((e: Any, cell: CellComponent) -> Unit)? = null, cellEditing: ((cell: CellComponent) -> Unit)? = null, cellEdited: ((cell: CellComponent) -> Unit)? = null, cellEditCancelled: ((cell: CellComponent) -> Unit)? = null, columnMoved: ((column: ColumnComponent, columns: Array<dynamic>) -> Unit)? = null, columnResized: ((column: ColumnComponent) -> Unit)? = null, columnVisibilityChanged: ((column: ColumnComponent, visible: Boolean) -> Unit)? = null, columnTitleChanged: ((column: ColumnComponent) -> Unit)? = null, tableBuilding: (() -> Unit)? = null, tableBuilt: (() -> Unit)? = null, renderStarted: (() -> Unit)? = null, renderComplete: (() -> Unit)? = null, htmlImporting: (() -> Unit)? = null, htmlImported: (() -> Unit)? = null, dataLoading: ((data: List<T>) -> Unit)? = null, dataLoaded: ((data: List<T>) -> Unit)? = null, dataEdited: ((data: List<T>) -> Unit)? = null, pageLoaded: ((pageno: Int) -> Unit)? = null, dataSorting: ((sorters: Array<Sorter>) -> Unit)? = null, dataSorted: ((sorters: Array<Sorter>, rows: Array<RowComponent>) -> Unit)? = null, dataFiltering: ((filters: Array<Filter>) -> Unit)? = null, dataFiltered: ((filters: Array<Filter>, rows: Array<RowComponent>) -> Unit)? = null, validationFailed: ((cell: CellComponent, value: Any, dynamic) -> Unit)? = null, ajaxRequesting: ((url: String, dynamic) -> Boolean)? = null, ajaxResponse: ((url: String, dynamic, dynamic) -> Any)? = null, ajaxError: ((dynamic, textStatus: String, dynamic) -> Unit)? = null, persistence: dynamic = null, persistenceReaderFunc: dynamic = null, persistenceWriterFunc: dynamic = null, paginationInitialPage: Int? = null, columnHeaderVertAlign: VAlign? = null, maxHeight: String? = null, minHeight: String? = null, rowContextMenu: dynamic = null, dataTreeChildColumnCalcs: Boolean? = null, dataTreeSelectPropagate: Boolean? = null, cellHozAlign: Align? = null, cellVertAlign: VAlign? = null, headerFilterLiveFilterDelay: Int? = null) @@ -246,6 +246,14 @@ (js) +

cellHozAlign

+ + +val cellHozAlign: Align? + + + +(js)

cellMouseEnter

@@ -302,6 +310,22 @@ (js) +

cellVertAlign

+ + +val cellVertAlign: VAlign? + + + +(js) +

columnHeaderVertAlign

+ + +val columnHeaderVertAlign: VAlign? + + + +(js)

columnMinWidth

@@ -430,6 +454,14 @@ (js) +

dataTreeChildColumnCalcs

+ + +val dataTreeChildColumnCalcs: Boolean? + + + +(js)

dataTreeChildField

@@ -486,6 +518,14 @@ (js) +

dataTreeSelectPropagate

+ + +val dataTreeSelectPropagate: Boolean? + + + +(js)

dataTreeStartExpanded

@@ -518,6 +558,14 @@ (js) +

headerFilterLiveFilterDelay

+ + +val headerFilterLiveFilterDelay: Int? + + + +(js)

headerFilterPlaceholder

@@ -678,6 +726,22 @@ (js) +

maxHeight

+ + +val maxHeight: String? + + + +(js) +

minHeight

+ + +val minHeight: String? + + + +(js)

movableColumns

@@ -838,6 +902,14 @@ (js) +

paginationInitialPage

+ + +val paginationInitialPage: Int? + + + +(js)

paginationSize

@@ -854,10 +926,18 @@ (js) +

persistence

+ + +val persistence: dynamic + + + +(js)

persistenceID

-var persistenceID: String? +val persistenceID: String? @@ -865,7 +945,23 @@

persistenceMode

-var persistenceMode: Boolean? +val persistenceMode: Boolean? + + + +(js) +

persistenceReaderFunc

+ + +val persistenceReaderFunc: dynamic + + + +(js) +

persistenceWriterFunc

+ + +val persistenceWriterFunc: dynamic @@ -873,7 +969,7 @@

persistentFilter

-var persistentFilter: Boolean? +val persistentFilter: Boolean? @@ -881,7 +977,7 @@

persistentLayout

-var persistentLayout: Boolean? +val persistentLayout: Boolean? @@ -889,7 +985,7 @@

persistentSort

-var persistentSort: Boolean? +val persistentSort: Boolean? @@ -1046,6 +1142,14 @@ (js) +

rowContextMenu

+ + +val rowContextMenu: dynamic + + + +(js)

rowDblClick

diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/max-height.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/max-height.html new file mode 100644 index 00000000..ee03670c --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/max-height.html @@ -0,0 +1,14 @@ + + + +TabulatorOptions.maxHeight - kvision + + + +kvision / pl.treksoft.kvision.tabulator / TabulatorOptions / maxHeight
+
+

maxHeight

+(js) +val maxHeight: String? + + diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/min-height.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/min-height.html new file mode 100644 index 00000000..cc4d4db9 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/min-height.html @@ -0,0 +1,14 @@ + + + +TabulatorOptions.minHeight - kvision + + + +kvision / pl.treksoft.kvision.tabulator / TabulatorOptions / minHeight
+
+

minHeight

+(js) +val minHeight: String? + + diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/pagination-initial-page.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/pagination-initial-page.html new file mode 100644 index 00000000..1319d546 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/pagination-initial-page.html @@ -0,0 +1,14 @@ + + + +TabulatorOptions.paginationInitialPage - kvision + + + +kvision / pl.treksoft.kvision.tabulator / TabulatorOptions / paginationInitialPage
+
+

paginationInitialPage

+(js) +val paginationInitialPage: Int? + + diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence-i-d.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence-i-d.html index c81e5937..53c5d5cc 100644 --- a/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence-i-d.html +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence-i-d.html @@ -9,6 +9,6 @@

persistenceID

(js) -var persistenceID: String? +val persistenceID: String? diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence-mode.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence-mode.html index b498457e..4f2c91d3 100644 --- a/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence-mode.html +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence-mode.html @@ -9,6 +9,6 @@

persistenceMode

(js) -var persistenceMode: Boolean? +val persistenceMode: Boolean? diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence-reader-func.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence-reader-func.html new file mode 100644 index 00000000..6bd94c8b --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence-reader-func.html @@ -0,0 +1,14 @@ + + + +TabulatorOptions.persistenceReaderFunc - kvision + + + +kvision / pl.treksoft.kvision.tabulator / TabulatorOptions / persistenceReaderFunc
+
+

persistenceReaderFunc

+(js) +val persistenceReaderFunc: dynamic + + diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence-writer-func.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence-writer-func.html new file mode 100644 index 00000000..6decb12a --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence-writer-func.html @@ -0,0 +1,14 @@ + + + +TabulatorOptions.persistenceWriterFunc - kvision + + + +kvision / pl.treksoft.kvision.tabulator / TabulatorOptions / persistenceWriterFunc
+
+

persistenceWriterFunc

+(js) +val persistenceWriterFunc: dynamic + + diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence.html new file mode 100644 index 00000000..2b24a759 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistence.html @@ -0,0 +1,14 @@ + + + +TabulatorOptions.persistence - kvision + + + +kvision / pl.treksoft.kvision.tabulator / TabulatorOptions / persistence
+
+

persistence

+(js) +val persistence: dynamic + + diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistent-filter.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistent-filter.html index be9d0093..9c496b8a 100644 --- a/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistent-filter.html +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistent-filter.html @@ -9,6 +9,6 @@

persistentFilter

(js) -var persistentFilter: Boolean? +val persistentFilter: Boolean? diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistent-layout.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistent-layout.html index 806cbc76..11296686 100644 --- a/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistent-layout.html +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistent-layout.html @@ -9,6 +9,6 @@

persistentLayout

(js) -var persistentLayout: Boolean? +val persistentLayout: Boolean? diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistent-sort.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistent-sort.html index 44b886ff..06400ef2 100644 --- a/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistent-sort.html +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/persistent-sort.html @@ -9,6 +9,6 @@

persistentSort

(js) -var persistentSort: Boolean? +val persistentSort: Boolean? diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator-options/row-context-menu.html b/api/pl.treksoft.kvision.tabulator/-tabulator-options/row-context-menu.html new file mode 100644 index 00000000..a1cec470 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator-options/row-context-menu.html @@ -0,0 +1,14 @@ + + + +TabulatorOptions.rowContextMenu - kvision + + + +kvision / pl.treksoft.kvision.tabulator / TabulatorOptions / rowContextMenu
+
+

rowContextMenu

+(js) +val rowContextMenu: dynamic + + diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/create.html b/api/pl.treksoft.kvision.tabulator/-tabulator/create.html index 3314a961..efb084e4 100644 --- a/api/pl.treksoft.kvision.tabulator/-tabulator/create.html +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/create.html @@ -13,6 +13,6 @@

A helper function to create a Tabulator object with correct serializer.

(js) fun <T : Any, S : Any> create(store: ObservableState<S>, dataFactory: (S) -> List<T>, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T> -

A helper function to create a Tabulator object with correct serializer and general redux store.

+

A helper function to create a Tabulator object with correct serializer and a general observable store.

diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/index.html b/api/pl.treksoft.kvision.tabulator/-tabulator/index.html index 5f17043e..78f5f8dc 100644 --- a/api/pl.treksoft.kvision.tabulator/-tabulator/index.html +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/index.html @@ -548,7 +548,7 @@

A helper function to create a Tabulator object with correct serializer.

fun <T : Any> create(data: List<T>? = null, dataUpdateOnEdit: Boolean = true, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T> -

A helper function to create a Tabulator object with correct serializer and general redux store.

+

A helper function to create a Tabulator object with correct serializer and a general observable store.

fun <T : Any, S : Any> create(store: ObservableState<S>, dataFactory: (S) -> List<T>, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T> diff --git a/api/pl.treksoft.kvision.tabulator/-v-align/-b-o-t-t-o-m.html b/api/pl.treksoft.kvision.tabulator/-v-align/-b-o-t-t-o-m.html new file mode 100644 index 00000000..d628f046 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-v-align/-b-o-t-t-o-m.html @@ -0,0 +1,14 @@ + + + +VAlign.BOTTOM - kvision + + + +kvision / pl.treksoft.kvision.tabulator / VAlign / BOTTOM
+
+

BOTTOM

+(js) +BOTTOM + + diff --git a/api/pl.treksoft.kvision.tabulator/-v-align/-m-i-d-d-l-e.html b/api/pl.treksoft.kvision.tabulator/-v-align/-m-i-d-d-l-e.html new file mode 100644 index 00000000..93fdda3b --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-v-align/-m-i-d-d-l-e.html @@ -0,0 +1,14 @@ + + + +VAlign.MIDDLE - kvision + + + +kvision / pl.treksoft.kvision.tabulator / VAlign / MIDDLE
+
+

MIDDLE

+(js) +MIDDLE + + diff --git a/api/pl.treksoft.kvision.tabulator/-v-align/-t-o-p.html b/api/pl.treksoft.kvision.tabulator/-v-align/-t-o-p.html new file mode 100644 index 00000000..3f3d63da --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-v-align/-t-o-p.html @@ -0,0 +1,14 @@ + + + +VAlign.TOP - kvision + + + +kvision / pl.treksoft.kvision.tabulator / VAlign / TOP
+
+

TOP

+(js) +TOP + + diff --git a/api/pl.treksoft.kvision.tabulator/-v-align/index.html b/api/pl.treksoft.kvision.tabulator/-v-align/index.html new file mode 100644 index 00000000..0a33c9f3 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-v-align/index.html @@ -0,0 +1,43 @@ + + + +VAlign - kvision + + + +kvision / pl.treksoft.kvision.tabulator / VAlign
+
+

VAlign

+(js) enum class VAlign +

Column align.

+

Enum Values

+ + + + + + + + + + + + + + + +
+(js) +

TOP

+
+
+(js) +

MIDDLE

+
+
+(js) +

BOTTOM

+
+
+ + diff --git a/api/pl.treksoft.kvision.tabulator/index.html b/api/pl.treksoft.kvision.tabulator/index.html index 4438a0a6..2be4f6e6 100644 --- a/api/pl.treksoft.kvision.tabulator/index.html +++ b/api/pl.treksoft.kvision.tabulator/index.html @@ -228,6 +228,15 @@

Built-in validators.

enum class Validator + + +(js) +

VAlign

+ + +

Column align.

+enum class VAlign +

Functions

@@ -241,7 +250,7 @@

DSL builder extension function.

fun <T : Any> Container.tabulator(data: List<T>? = null, dataUpdateOnEdit: Boolean = true, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T> -

DSL builder extension function for general redux store.

+

DSL builder extension function for a general observable store.

fun <T : Any, S : Any> Container.tabulator(store: ObservableState<S>, dataFactory: (S) -> List<T>, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T>

DSL builder extension function for dynamic data (send within options parameter).

fun <T : Any> Container.tabulator(options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T> diff --git a/api/pl.treksoft.kvision.tabulator/tabulator.html b/api/pl.treksoft.kvision.tabulator/tabulator.html index 09c8a0b0..ad6cfa2d 100644 --- a/api/pl.treksoft.kvision.tabulator/tabulator.html +++ b/api/pl.treksoft.kvision.tabulator/tabulator.html @@ -14,7 +14,7 @@

It takes the same parameters as the constructor of the built component.

(js) fun <T : Any, S : Any> Container.tabulator(store: ObservableState<S>, dataFactory: (S) -> List<T>, options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T> -

DSL builder extension function for general redux store.

+

DSL builder extension function for a general observable store.

(js) fun <T : Any> Container.tabulator(options: TabulatorOptions<T> = TabulatorOptions(), types: Set<TableType> = setOf(), classes: Set<String> = setOf(), init: (Tabulator<T>.() -> Unit)? = null): Tabulator<T>

DSL builder extension function for dynamic data (send within options parameter).

-- cgit