I'm currently implementing a custom API,
I've noticed in Flex Monster (f/e) is continuously calling pages increasingly even if user doesn't take any action (such as scrolling).
The size of our data is so big so we apply pagenation with custom api,
but it takes too long to draw a grid after receiving the entire data.
Can I add a page number and send an api call only after I scroll through it?