Class type Ext_grid_locking_Lockable.configs


class type configs = object .. end
Inherits
method lockedGridConfig : 'a. 'a Js.t Js.prop

Any special configuration options for the locked part of the grid


method lockedViewConfig : 'b. 'b Js.t Js.prop

A view configuration to be applied to the locked side of the grid. Any conflicting configurations between lockedViewConfig and viewConfig will be overwritten by the lockedViewConfig.


method normalGridConfig : 'c. 'c Js.t Js.prop

Any special configuration options for the normal part of the grid


method normalViewConfig : 'd. 'd Js.t Js.prop

A view configuration to be applied to the normal/unlocked side of the grid. Any conflicting configurations between normalViewConfig and viewConfig will be overwritten by the normalViewConfig.


method scrollDelta : Js.number Js.t Js.prop

Number of pixels to scroll when scrolling the locked section with mousewheel.

Defaults to: 40

method subGridXType : Js.js_string Js.t Js.prop

The xtype of the subgrid to specify. If this is not specified lockable will determine the subgrid xtype to create by the following rule. Use the superclasses xtype if the superclass is NOT tablepanel, otherwise use the xtype itself.


method syncRowHeight : bool Js.t Js.prop

Synchronize rowHeight between the normal and locked grid view. This is turned on by default. If your grid is guaranteed to have rows of all the same height, you should set this to false to optimize performance.

Defaults to: true