The cell focus was working correctly until Angular version 12, after upgrading to angular 14 , it keeps on jumping to wrong cell and on cell click gives an error for undefined RowContext. The focus is correct for the first search, but as soon as the datasource changes, it gets messed up.
On updating the typescript to 4.7 and rxjs version to 7 ,row click gives error for focusChanged has prev as undefined and the focus is still messed up for any change in datasource after the first load.
The cell focus was working correctly until Angular version 12, after upgrading to angular 14 , it keeps on jumping to wrong cell and on cell click gives an error for undefined RowContext. The focus is correct for the first search, but as soon as the datasource changes, it gets messed up.
On updating the typescript to 4.7 and rxjs version to 7 ,row click gives error for focusChanged has prev as undefined and the focus is still messed up for any change in datasource after the first load.