I am using external APIs to load my data and show on UI using Anvil Datagrid. While data grids provide seamless pagination on UI, I want to implement server-side paginations as I have more than a thousand records present in my database. Obviously, I cannot load all the data at once, I want a way to implement server-side pagination. I already have my external APIs ready for it, but how to implement it in Anvil using the Datagrid?
Here’s an approach from a related thread that might help: