Reproduction [Stackblitz]:
- Click the "Toggle" button several times
The horizontal grid scroll will jump at the start/end.
It looks like the grid's input [columnMenu]="{ filter: true }"
affects this.
If you delete this input, all works as expected and the scroll doesn't jump.
Any thoughts or help? Thanks