EditCellContext

data class EditCellContext(val rowIndex: Int, val columnAsAny: Any)

Context for the currently editing cell, providing row index and column key. Column is stored as Any to avoid star projection issues when updating selectedCell.

Constructors

Link copied to clipboard
constructor(rowIndex: Int, columnAsAny: Any)

Properties

Link copied to clipboard
Link copied to clipboard