apex-grid
    Preparing search index...

    Type Alias EditMode

    EditMode: "cell" | "row"

    Edit mode for the grid.

    'cell' — each cell is committed independently on blur or Enter. 'row' — all editable cells in the row enter edit mode together; changes are batched and applied via ApexGrid.commitEdit or rolled back via ApexGrid.cancelEdit.