Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICellEditOptions

An object containing cell editing options.

Hierarchy

  • ICellEditOptions

Index

Properties

Optional editor

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.

Optional onCancel

onCancel: undefined | function

Callback method to call on cell edit cancel.

Optional onCommit

onCommit: undefined | function

Callback method to call on cell edit commit.

Optional validator

Cell input validator to use for value validation.

Generated using TypeDoc