Hello, I have a database which I populate through API calls using Firestore and Supabase db's. When the number of rows in the tables is large, the queries take a lot of time to complete.
Is it possible to somehow implement server side pagination? I.e. the first let's say 10-20 rows are fetched, then when I click the right arrow of the datatqble the next rows are fetched etc? Is this somehow possible?