diprokon / ng-table-virtual-scroll

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

Scrolling issue when using sticky column with angular 10 #58

Closed mrandreev closed 3 years ago

mrandreev commented 3 years ago

Hey there,

When we upgrade to angular 10 we found a similar bug we had before: https://github.com/diprokon/ng-table-virtual-scroll/issues/28

When you try to use sticky columns there is some issue when you try to scroll up in the middle of the table.

It reproducible in Live Demo, just need to update to angular 10

scroll-bag

voznik commented 3 years ago

FYI, in Live Demo this bug reproduces only for scrolling up. scrolling down acts as expected

mrandreev commented 2 years ago

Hey there, it still reproduces on demo example with sticky columns: https://diprokon.github.io/ng-table-virtual-scroll/

As I saw it was fixed in version 1.3.7, but probably it was not related to the case when we use sticky columns.

Thanks!

MaximeKoitsalu commented 2 years ago

@mrandreev We are also having the same issue. How exactly did you reproduce it and have you found any workaround?

vmagalhaes commented 2 years ago

Same here, any update?