OptionalparentElement: HTMLElementOptionalblurBlur event handler for the edit mode content that can be overwritten in the Edit Mode Class.
The focus event that triggered the blur.
ReadonlycellThe cell to which the content belongs.
OptionalchangeChange event handler for the edit mode content that can be overwritten in the Edit Mode Class.
The event that triggered the change.
Indicates whether the edit mode should finish after a change event.
OptionalkeyKey down event handler for the edit mode content that can be overwritten in the Edit Mode Class.
The keyboard event that triggered the key down.
ReadonlyrendererThe renderer that allows to print content (inputs, selects, etc.)
Raw value of the edit mode cell content, in a string format.
Value of the edit mode cell content, parsed according to the column type.
ProtectedaddRenders the cell content.
Destroy the cell content.
Returns the main element of the edit mode content. In most cases it is an input element used to edit the cell value.
Updates the cell content without re-rendering it.
Represents a checkbox type of cell content.