Module Ext_grid_plugin_Editing


module Ext_grid_plugin_Editing: sig .. end
This class provides an abstract grid editing plugi ...

This class provides an abstract grid editing plugin on selected columns. The editable columns are specified by providing an editor in the column configuration.

Note: This class should not be used directly. See Ext.grid.plugin.CellEditing and Ext.grid.plugin.RowEditing.



class type t = object .. end
class type configs = object .. end
class type events = object .. end
class type statics = object .. end
val of_configs : configs Js.t -> t Js.t
of_configs c casts a config object c to an instance of class t
val to_configs : t Js.t -> configs Js.t
to_configs o casts instance o of class t to a config object