class type configs =Inheritsobject..end
method lockedGridConfig : 'a. 'a Js.t Js.propAny special configuration options for the locked part of the grid
method lockedViewConfig : 'b. 'b Js.t Js.propA 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.propAny special configuration options for the normal part of the grid
method normalViewConfig : 'd. 'd Js.t Js.propA 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.propNumber of pixels to scroll when scrolling the locked section with mousewheel.
Defaults to: 40
method subGridXType : Js.js_string Js.t Js.propThe 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.propSynchronize 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