Skip to main content

All Questions

2 votes
1 answer
2k views

virtual scroll for angular not adding data to list

I've tried implementing infinite virtual scroll on Angular 7 project with Hasura's GraphQL backend. I'm unable to figure out why the new data is not added and why there are multiple API requests ...
Siddhant Srivastav's user avatar
8 votes
1 answer
9k views

cdk virtualscroll with mat-grid-list

Is there a virtual scroll implementation that works with the grid-list? I think the default implementation won't work because each row should have an element around it. I'm using the grid-list to ...
Elger Mensonides's user avatar
5 votes
2 answers
14k views

Virtual Scroll For angular 4 Variable/Dynamic height images

I am implementing a feed screen like twitter that contains images and text. I am using angular 4. Currently I am using Virtual Scroll to improve performance when user scrolled deep like 100 items. My ...
Rakesh's user avatar
  • 1,035