Module Ext_view_Table


module Ext_view_Table: sig .. end
This class encapsulates the user interface for a t ...

This class encapsulates the user interface for a tabular data set. It acts as a centralized manager for controlling the various interface elements of the view. This includes handling events, such as row and cell level based DOM events. It also reacts to events from the underlying Ext.selection.Model to provide visual feedback to the user.

This class does not provide ways to manipulate the underlying data of the configured Ext.data.Store.

This is the base class for both Ext.grid.View and Ext.tree.View and is not to be used directly.

From override Ext.grid.plugin.BufferedRendererTableView: A set of overrides required by the presence of the BufferedRenderer plugin.

These overrides of Ext.view.Table take into account the affect of a buffered renderer and divert execution from the default course where necessary.



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