Class type Ext_selection_RowModel.configs


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

Turns on/off keyboard navigation within the grid.

Defaults to: true

method ignoreRightMouseSelection : bool Js.t Js.prop

True to ignore selections that are made when using the right mouse button if there are records that are already selected. If no records are selected, selection will continue as normal

Defaults to: false