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

When scrolling, table jumps up 1 entry when at the bottom #124

Closed proggler23 closed 3 months ago

proggler23 commented 11 months ago

We are currently seeing that there are a lot of additional scrolls happening, even though, the data did not change. IMHO the "onDataLengthChanged" in the scroll strategy should only be called, if the length REALLY changed.