ng-table-virtual-scroll icon indicating copy to clipboard operation
ng-table-virtual-scroll copied to clipboard

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

Open Draftscode opened this issue 3 years ago • 0 comments

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.

Draftscode avatar Apr 02 '22 12:04 Draftscode