{hero}

cell().edit()

Since: Editor 1.5.0

Edit a cell with inline or bubble editing.
Please note - this property requires the Editor extension for DataTables.

The full Editor reference documentation is available to registered users of Editor - the information shown below is a summary only. If you already have an Editor license please , alternatively an Editor license can be purchased on this site, or sign up for the free trial.

Description

This method can be used to edit a single cell using Editor's inline or bubble editing modes. It is essentially a proxy for the inline() or bubble() methods, exposed through the DataTables API object with the cell() selector being used to conveniently select the cell to be edited.

    The Editor instance used by this method is the last Editor instance create that refers to this table when the table was constructed. This consideration is only important when using multiple Editor instances!

Please note that this method only exposes one small part of Editor through the DataTables API. Editor has its own extensive API which provides complete control over the form.