Class type Ext_grid_View.configs


class type configs = object .. end
Inherits
method autoScroll : bool Js.t Js.prop

true to use overflow:'auto' on the components layout element and show scroll bars automatically when necessary, false to clip any overflowing content. This should not be combined with overflowX or overflowY.

Defaults to: true

method stripeRows : bool Js.t Js.prop

True to stripe the rows.

This causes the CSS class x-grid-row-alt to be added to alternate rows of the grid. A default CSS rule is provided which sets a background color, but you can override this with a rule which either overrides the background-color style using the !important modifier, or which uses a CSS selector of higher specificity.

Defaults to: true