Interface ICellEditOptions

An object containing cell editing options.

Hierarchy

  • ICellEditOptions

Properties

editor?: ICellEditor

Cell editor to use for editing.

Notes

This object is only used by cell editor controller. If not set, controller picks the most suitable editor for the particular cell configuration.

onCancel?: (() => void)

Type declaration

    • (): void
    • Callback method to call on cell edit cancel.

      Returns void

onCommit?: ((response) => void)

Type declaration

    • (response): void
    • Callback method to call on cell edit commit.

      Parameters

      Returns void

Cell input validator to use for value validation.

Generated using TypeDoc