kvision / pl.treksoft.kvision.tabulator.js / Tabulator / OptionsCell

OptionsCell

interface OptionsCell

Properties

cellClick

open var cellClick: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?

cellContext

open var cellContext: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?

cellDblClick

open var cellDblClick: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?

cellDblTap

open var cellDblTap: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?

cellEditCancelled

open var cellEditCancelled: ((cell: Tabulator.CellComponent) -> Unit)?

cellEdited

open var cellEdited: ((cell: Tabulator.CellComponent) -> Unit)?

cellEditing

open var cellEditing: ((cell: Tabulator.CellComponent) -> Unit)?

cellMouseEnter

open var cellMouseEnter: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?

cellMouseLeave

open var cellMouseLeave: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?

cellMouseMove

open var cellMouseMove: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?

cellMouseOut

open var cellMouseOut: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?

cellMouseOver

open var cellMouseOver: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?

cellTap

open var cellTap: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?

cellTapHold

open var cellTapHold: ((e: Any, cell: Tabulator.CellComponent) -> Unit)?

Inheritors

Options

interface Options : Tabulator.OptionsGeneral, 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