Server side pagination in flutterflow - how to implement it

Widgets & Design

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?

What have you tried so far?

Tried implementing it

Did you check FlutterFlow's Documentation for this topic?
Yes
1
5 replies