Package io. kvision. tabulator. js
Kotlin bindings for Tabulator API.
Types
Link copied to clipboard
typealias CellEditEventCallback = (cell: Tabulator.CellComponent) -> Unit
Content copied to clipboard
Link copied to clipboard
typealias CellEventCallback = (<Error class: unknown class>, cell: Tabulator.CellComponent) -> Unit
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
typealias ColumnEventCallback = (<Error class: unknown class>, column: Tabulator.ColumnComponent) -> Unit
Content copied to clipboard
Link copied to clipboard
typealias ColumnSorterParamLookupFunction = (column: Tabulator.ColumnComponent, dir: String) -> Any
Content copied to clipboard
Link copied to clipboard
typealias CustomAccessor = (value: Any, data: Any, type: String, AccessorParams: Any, column: Tabulator.ColumnComponent) -> Any
Content copied to clipboard
Link copied to clipboard
typealias CustomMutator = (value: Any, data: Any, type: String, mutatorParams: Any, cell: Tabulator.CellComponent) -> Any
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
typealias FilterFunction = (field: String, type: String, value: Any, filterParams: Tabulator.FilterParams) -> Unit
Content copied to clipboard
Link copied to clipboard
typealias GroupEventCallback = (<Error class: unknown class>, group: Tabulator.GroupComponent) -> Unit
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
typealias RowEventCallback = (<Error class: unknown class>, row: Tabulator.RowComponent) -> Unit
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard