CellClick

class CellClick<T>(val onCellClicked: (row: Int, column: Int, item: T) -> Unit) : TableClickHandler<T>

Constructors

Link copied to clipboard
constructor(onCellClicked: (row: Int, column: Int, item: T) -> Unit)

Properties

Link copied to clipboard
val onCellClicked: (row: Int, column: Int, item: T) -> Unit