LyteNyte Grid logo for light mode. Links back to the documentation home page.
Cells

Cell Edit

The API reference for the cell edit functionality in LyteNyte Grid.

Editable

Prop

EditableFn

Prop

EditableFnParams

Parameters passed to EditableFn , the predicate function used to determine if a specific cell in the grid is editable.

These include the row index, the row node object, the grid instance, and the column definition.

Prop

EditActivePosition

Describes the currently active cell position if editing is in progress.

When no edit is active, this will be undefined .

Prop

EditBeginParams

Parameters accepted by the editBegin method to start editing a specific cell.

Prop

EditCellMode

Prop

EditClickActivator

Prop

EditRenderer

Prop

EditRendererFn

Prop

EditRendererFnParams

Input parameters for the EditRendererFn , used to render the edit UI for a cell.

These include positional and contextual data such as row, column, value, and grid instance, along with row validation status and change handlers.

Prop

EditRowValidatorFn

Prop

EditRowValidatorFnParams

Input arguments passed to EditRowValidatorFn .

Used to perform validation on the entire row during or after edit submission.

Prop

EditSetterFn

Prop

EditSetterParams

Input parameters passed to an EditSetterFn .

Provides the context needed to compute and apply new row data based on edit input.

Prop

EditUpdateParams

Parameters passed to the editUpdate method, used to submit a value change.

Prop