ngx-infinite-scroll icon indicating copy to clipboard operation
ngx-infinite-scroll copied to clipboard

Scrolled is not fired.

Open meet272002 opened this issue 11 months ago • 7 comments

Scrolled event is not fired , When the data in the grid is rendered. Note: Page is not reloaded. And on second note when the data in element to which the scroll is applied is rendered , this.triggered.down is set to previous height only. These may not effect when scrolled more than one ,but when we are scrolling for first time and then rendering the data in element , without reloading or rebinding the I nfinit scroll , then totaltoScroll and this.triggered.down become equal and then these prevent the scrolled event from being fire when we are scrolling the element. Looking further for your prompt reply.

meet272002 avatar Dec 07 '24 07:12 meet272002