Options Rows
Properties
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 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 rowSelectionChanged: (data: Array<Any>, rows: Array<Tabulator.RowComponent>) -> Unit?
Content copied to clipboard