Skip to content

@revolist/revogrid / JSX / RevogrEdit

Interface: RevogrEdit

Represents a cell editor in a grid. It manages the editing of cells by handling events, saving data, rendering the editor UI, and managing the lifecycle of the editor instance.

Properties

PropertyTypeDescriptionDefined in
additionalData?anyAdditional data to pass to renderersrc/components.d.ts:1726
column?null | ColumnDataSchemaModelColumn data for editor.src/components.d.ts:1730
editCell?EditCellCell to edit data.src/components.d.ts:1734
editor?null | EditorCtrCustom editors registersrc/components.d.ts:1738
onCelledit?(event: RevogrEditCustomEvent<SaveDataDetails>) => voidCell edit eventsrc/components.d.ts:1742
onCloseedit?(event: RevogrEditCustomEvent<undefined | boolean>) => voidClose editor event pass true if requires focus nextsrc/components.d.ts:1746
saveOnClose?booleanSave on editor close. Defines if data should be saved on editor close.src/components.d.ts:1750

Revogrid is a MIT-licensed open source library made by Revolist OU.