Initial Grid State
CellEditProvidedProps
CellEditProvidedProps
is the initial value for cell editing related
properties passed to Graphite Grid. It configures the method by which a cell
enters edit mode based on user interactions.
Properties
- Name
cellEditPointerActivator?
- Type
- CellEditPointerActivator
- Description
Defines the pointer interaction required to activate cell editing:
"single-click"
: A single click on a cell initiates edit mode."double-click"
: A double click on a cell is required to enter edit mode."none"
: Cell editing cannot be activated via pointer interactions.