You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using very simple HTML essentially copy/paste from the samples here. I start with 50 items and I have a button to add more (random amount) items. After scroll to the bottom and click the button to add more items, the number of items on the screen reduces in half. I am using angular 15.2.7 and ngx-virtual-scroller 3.0.3
I am using very simple HTML essentially copy/paste from the samples here. I start with 50 items and I have a button to add more (random amount) items. After scroll to the bottom and click the button to add more items, the number of items on the screen reduces in half. I am using angular 15.2.7 and
ngx-virtual-scroller
3.0.3Stackblitz - https://stackblitz.com/edit/angular-yk87fp?file=src%2Fmain.ts
Everything is in
main.ts
file so I am pasting it here for reference:The text was updated successfully, but these errors were encountered: