Skip to main content

All Questions

0 votes
0 answers
39 views

With `react-window`, The sticky table header breaks away when scrolling

I am building the table with react-window and react-window-infinite-loader to these requirements. Requirements Vertical direction Infinite scroll List virtualization Fixed height of table The sticky ...
nw.lee's user avatar
  • 71
0 votes
0 answers
283 views

Issue with Prime React Infinite scroll lazy with loading

I'm currently working with a large dataset and have implemented virtual scrolling along with lazy loading to improve performance. However, I'm encountering a few issues that I'd like assistance with ...
Vasu Kommi's user avatar
0 votes
0 answers
462 views

Angular cdk Virtual scroll with lazy loading(infinite scroll

Hi in my case i have used an angular cdk virtual scroll the scroll element should be in parent so i achieved it using (cdkVirtualScrollingElement) below code: <ng-scrollbar class="example-...
Gokul Krishna's user avatar
0 votes
1 answer
1k views

how we can fetch new data when scrolling both directions(up and down)

I have created an infinite scrolling using react-virtouso. and it is working proper too. in the given example it fetch data when we scroll-down and when we reach on the end, and it append to existing ...
shafa vp's user avatar
5 votes
2 answers
2k views

How to test an infinite scroll component in Cypress

I have an dynamically loaded table based on an infinite-scroll component. I can test the loaded items as follows, but only 20 items are loaded at a time. How can I repeat until the 500th item comes ...
Jane Datton's user avatar
0 votes
0 answers
555 views

Implement Virtual scrolling in angular 5

How do I implement Virtual Scroll in angular 5? I tried this Implement Virtual scrolling in angular 6 in angular 5 project but this didn't work. Is there any other way to implement virtual scroll in ...
Diksha Goyal's user avatar
20 votes
2 answers
29k views

Angular virtual scroll: append new items when reaching the end of scroll

I would like to use virtual scroll on my Angular application. The items in my list are the result of a remote paged search. I would like to load more results (call the next page) every time I reach ...
smartmouse's user avatar
  • 14.2k
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