diprokon / ng-table-virtual-scroll

Virtual Scroll for Angular Material Table
https://diprokon.github.io/ng-table-virtual-scroll
MIT License
133 stars 41 forks source link

no smooth scrolling (vertically) with sticky column in v.1.4.0 #97

Open Draftscode opened 2 years ago

Draftscode commented 2 years ago

I've created a stackblitz to show the problem. If sticky columns are activated, the table can't be scrolled smoothly (vertically). Instead the scrollbar jumps up and down and can't be dragged as expected. (just copied the example from official documentation and reduced amount of data to 80 rows)

https://stackblitz.com/edit/angular13-validation-3ygwaq?file=src/app/app.component.ts

Especially on the lower end of the scroll, scrolling becomes nearly unpredictable.