TabulatorOptions

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

Tabulator options.

Constructors

Link copied to clipboard
fun <T : Any> TabulatorOptions(height: String? = null, virtualDom: Boolean? = null, virtualDomBuffer: Int? = null, placeholder: String? = null, footerElement: String? = null, tooltips: (cell: Tabulator.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: Tabulator.RowComponent) -> Unit? = null, addRowPos: RowPos? = null, selectable: dynamic = null, selectableRangeMode: RangeMode? = null, selectableRollingSelection: Boolean? = null, selectablePersistence: Boolean? = null, selectableCheck: (row: Tabulator.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) -> <ERROR CLASS><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<Tabulator.Sorter>? = null, sortOrderReverse: Boolean? = null, initialFilter: List<Tabulator.Filter>? = null, initialHeaderFilter: List<Any?>? = null, pagination: PaginationMode? = null, paginationSize: Int? = null, paginationSizeSelector: dynamic = 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: Tabulator.RowComponent, level: Number) -> Boolean? = null, dataTreeRowExpanded: (row: Tabulator.RowComponent, level: Number) -> Unit? = null, dataTreeRowCollapsed: (row: Tabulator.RowComponent, level: Number) -> Unit? = null, movableRowsSendingStart: (toTables: Array<Any>) -> Unit? = null, movableRowsSent: (fromRow: Tabulator.RowComponent, toRow: Tabulator.RowComponent, toTable: Tabulator) -> Unit? = null, movableRowsSentFailed: (fromRow: Tabulator.RowComponent, toRow: Tabulator.RowComponent, toTable: Tabulator) -> Unit? = null, movableRowsSendingStop: (toTables: Array<Any>) -> Unit? = null, movableRowsReceivingStart: (fromRow: Tabulator.RowComponent, toTable: Tabulator) -> Unit? = null, movableRowsReceived: (fromRow: Tabulator.RowComponent, toRow: Tabulator.RowComponent, fromTable: Tabulator) -> Unit? = null, movableRowsReceivedFailed: (fromRow: Tabulator.RowComponent, toRow: Tabulator.RowComponent, fromTable: Tabulator) -> Unit? = null, movableRowsReceivingStop: (fromTable: Tabulator) -> Unit? = null, rowClick: (dynamic, row: Tabulator.RowComponent) -> Unit? = null, rowDblClick: (dynamic, row: Tabulator.RowComponent) -> Unit? = null, rowContext: (dynamic, row: Tabulator.RowComponent) -> Unit? = null, rowTap: (dynamic, row: Tabulator.RowComponent) -> Unit? = null, rowDblTap: (dynamic, row: Tabulator.RowComponent) -> Unit? = null, rowTapHold: (dynamic, row: Tabulator.RowComponent) -> Unit? = null, rowMouseEnter: (dynamic, row: Tabulator.RowComponent) -> Unit? = null, rowMouseLeave: (dynamic, row: Tabulator.RowComponent) -> Unit? = null, rowMouseOver: (dynamic, row: Tabulator.RowComponent) -> Unit? = null, rowMouseOut: (dynamic, row: Tabulator.RowComponent) -> Unit? = null, rowMouseMove: (dynamic, row: Tabulator.RowComponent) -> Unit? = null, rowAdded: (row: Tabulator.RowComponent) -> Unit? = null, rowUpdated: (row: Tabulator.RowComponent) -> Unit? = null, rowDeleted: (row: Tabulator.RowComponent) -> Unit? = null, rowMoved: (row: Tabulator.RowComponent) -> Unit? = null, rowResized: (row: Tabulator.RowComponent) -> Unit? = null, rowSelectionChanged: (data: Array<Any>, rows: Array<Tabulator.RowComponent>) -> Unit? = null, rowSelected: (row: Tabulator.RowComponent) -> Unit? = null, rowDeselected: (row: Tabulator.RowComponent) -> Unit? = null, cellClick: (e: Any, cell: Tabulator.CellComponent) -> Unit? = null, cellDblClick: (e: Any, cell: Tabulator.CellComponent) -> Unit? = null, cellContext: (e: Any, cell: Tabulator.CellComponent) -> Unit? = null, cellTap: (e: Any, cell: Tabulator.CellComponent) -> Unit? = null, cellDblTap: (e: Any, cell: Tabulator.CellComponent) -> Unit? = null, cellTapHold: (e: Any, cell: Tabulator.CellComponent) -> Unit? = null, cellMouseEnter: (e: Any, cell: Tabulator.CellComponent) -> Unit? = null, cellMouseLeave: (e: Any, cell: Tabulator.CellComponent) -> Unit? = null, cellMouseOver: (e: Any, cell: Tabulator.CellComponent) -> Unit? = null, cellMouseOut: (e: Any, cell: Tabulator.CellComponent) -> Unit? = null, cellMouseMove: (e: Any, cell: Tabulator.CellComponent) -> Unit? = null, cellEditing: (cell: Tabulator.CellComponent) -> Unit? = null, cellEdited: (cell: Tabulator.CellComponent) -> Unit? = null, cellEditCancelled: (cell: Tabulator.CellComponent) -> Unit? = null, columnMoved: (column: Tabulator.ColumnComponent, columns: Array<dynamic>) -> Unit? = null, columnResized: (column: Tabulator.ColumnComponent) -> Unit? = null, columnVisibilityChanged: (column: Tabulator.ColumnComponent, visible: Boolean) -> Unit? = null, columnTitleChanged: (column: Tabulator.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, dataChanged: (data: List<T>) -> Unit? = null, pageLoaded: (pageno: Int) -> Unit? = null, dataSorting: (sorters: Array<Tabulator.Sorter>) -> Unit? = null, dataSorted: (sorters: Array<Tabulator.Sorter>, rows: Array<Tabulator.RowComponent>) -> Unit? = null, dataFiltering: (filters: Array<Tabulator.Filter>) -> Unit? = null, dataFiltered: (filters: Array<Tabulator.Filter>, rows: Array<Tabulator.RowComponent>) -> Unit? = null, validationFailed: (cell: Tabulator.CellComponent, value: Any, dynamic) -> Unit? = null, ajaxRequesting: (url: String, dynamic) -> Boolean? = null, ajaxResponse: (url: String, dynamic, dynamic) -> Any? = null, ajaxError: (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, textDirection: TextDirection? = null, virtualDomHoz: Boolean? = null, autoColumnsDefinitions: dynamic = null, rowClickMenu: dynamic = null, headerHozAlign: Align? = null, headerSortElement: String? = null, dataTreeFilter: Boolean? = null, dataTreeSort: Boolean? = null, columnMaxWidth: Int? = null)

Properties

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

Extensions

Link copied to clipboard
fun <T : Any> TabulatorOptions<T>.toJs(tabulator: Tabulator<T>, i18nTranslator: (String) -> String, kClass: KClass<T>?): Tabulator.Options

An extension function to convert tabulator options class to JS object.