CellComponentBase

JavaScript Tabulator cell component base interface.

Functions

Link copied to clipboard
abstract fun getColumn(): ColumnComponent
Link copied to clipboard
abstract fun getData(): JsAny
Link copied to clipboard
abstract fun getElement(): HTMLElement
Link copied to clipboard
abstract fun getRow(): RowComponent
Link copied to clipboard
abstract fun getTable(): TabulatorJs
Link copied to clipboard
abstract fun getType(): String
Link copied to clipboard
abstract fun getValue(): JsAny?