Batch loading with RepeatingPanel?

I have a use case where certain repeating panels get loaded with hundreds or even thousands of items.

I’d like to implement batch loading where say only 50 items are loaded initially and subsequent batches of 50 items are loaded each time the user scrolls to the end of the RepeatingPanel.

What would be the most straightforward way to implement this?

Or

Tabulator supports infinite scroll if you look at the "Working with App Tables” section.

1 Like

+1 for tabulator.

I regularly use it with a client readable view for lazy loading, pagination and infinite scroll.

2 Likes
3 Likes