You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: