Package-level declarations

Types

Link copied to clipboard
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.

Properties

Link copied to clipboard

Composition local providing the current edit cell context (row index and column key).

Link copied to clipboard

Composition local providing a FocusRequester that should be used by edit cells to automatically request focus when transitioning between editable cells.