Options
interface Options : Tabulator.OptionsGeneral, Tabulator.OptionsMenu, Tabulator.OptionsHistory, Tabulator.OptionsLocale, Tabulator.OptionsDownload, Tabulator.OptionsColumns, Tabulator.OptionsRows, Tabulator.OptionsData, Tabulator.OptionsSorting, Tabulator.OptionsFiltering, Tabulator.OptionsRowGrouping, Tabulator.OptionsPagination, Tabulator.OptionsPersistentConfiguration, Tabulator.OptionsClipboard, Tabulator.OptionsDataTree, Tabulator.OptionsCell, Tabulator.OptionsHTML
Content copied to clipboard
Properties
Link copied to clipboard
open var ajaxRequestFunc: (url: String, config: Any, params: Any) -> <Error class: unknown class><Any>?
Content copied to clipboard
Link copied to clipboard
open var ajaxURLGenerator: (url: String, config: Any, params: Any) -> String?
Content copied to clipboard
Link copied to clipboard
open var columnMoved: (column: Tabulator.ColumnComponent, columns: Array<Any>) -> Unit?
Content copied to clipboard
Link copied to clipboard
open var columnTitleChanged: (column: Tabulator.ColumnComponent) -> Unit?
Content copied to clipboard
Link copied to clipboard
open var columnVisibilityChanged: (column: Tabulator.ColumnComponent, visible: Boolean) -> Unit?
Content copied to clipboard
Link copied to clipboard
open var dataFiltered: (filters: Array<Tabulator.Filter>, rows: Array<Tabulator.RowComponent>) -> Unit?
Content copied to clipboard
Link copied to clipboard
open var dataSorted: (sorters: Array<Tabulator.Sorter>, rows: Array<Tabulator.RowComponent>) -> Unit?
Content copied to clipboard
Link copied to clipboard
open var dataTreeRowCollapsed: (row: Tabulator.RowComponent, level: Number) -> Unit?
Content copied to clipboard
Link copied to clipboard
open var dataTreeRowExpanded: (row: Tabulator.RowComponent, level: Number) -> Unit?
Content copied to clipboard
Link copied to clipboard
open var groupContextMenu: Array<Tabulator.MenuObject<Tabulator.GroupComponent>>?
Content copied to clipboard
Link copied to clipboard
open var groupVisibilityChanged: (group: Tabulator.GroupComponent, visible: Boolean) -> Unit?
Content copied to clipboard
Link copied to clipboard
open var movableRowsElementDrop: (<Error class: unknown class>, <Error class: unknown class>, row: Tabulator.RowComponent) -> Any?
Content copied to clipboard
Link copied to clipboard
open var movableRowsReceived: (fromRow: Tabulator.RowComponent, toRow: Tabulator.RowComponent, fromTable: Tabulator) -> Unit?
Content copied to clipboard
Link copied to clipboard
open var movableRowsReceivedFailed: (fromRow: Tabulator.RowComponent, toRow: Tabulator.RowComponent, fromTable: Tabulator) -> Unit?
Content copied to clipboard
Link copied to clipboard
open var movableRowsReceivingStart: (fromRow: Tabulator.RowComponent, toTable: Tabulator) -> Unit?
Content copied to clipboard
Link copied to clipboard
open var movableRowsSent: (fromRow: Tabulator.RowComponent, toRow: Tabulator.RowComponent, toTable: Tabulator) -> Unit?
Content copied to clipboard
Link copied to clipboard
open var movableRowsSentFailed: (fromRow: Tabulator.RowComponent, toRow: Tabulator.RowComponent, toTable: Tabulator) -> Unit?
Content copied to clipboard
Link copied to clipboard
open var persistenceWriterFunc: (id: String, type: Any, data: Any) -> Any?
Content copied to clipboard
Link copied to clipboard
open var printFormatter: (tableHolderElement: Any, tableElement: Any) -> Any?
Content copied to clipboard
Link copied to clipboard
open var rowSelectionChanged: (data: Array<Any>, rows: Array<Tabulator.RowComponent>) -> Unit?
Content copied to clipboard