Problem with infinite scroll on table when big screen size

Dear Community, Hope that you are all doing well! I have a problem with infinite scroll on a table when the monitor screen is way too big. The problem is that only the first page of data is loaded, and then no way to fire events for other fetch requests cause a table size is still not scrollable. Thanks in advance.the
1 Reply
Jochem
Jochem12mo ago
please check #How To Ask Good Questions and provide some code, otherwise people will have to dust off their crystal ball to gaze into the unknown a wild, wild guess would be that the thing that triggers the loading of the next section, is the bottom of the table scrolling into view, but because it's not scrolling into view on a large monitor the event isn't triggered. You could do an onload check to see if the screen is tall or if the bottom item is on the screen, and then trigger a load manually