Any reason why SelectionRow() is not found when I try to use it?
I am able to use rowSelect and I see other 4.0.1 changes (filtering) but not this method.
I have set the selectionModel to:
selectionModel: {
type: 'row',
toggle: false,
mode: 'block'
},
and I to use the SelectionRow inside a toolbar button's listener for click events