hi, i enabled the infinite scroll in the listview of my homepage wich retrieves the data from a supabase table named ‘post’. To do that i use the Api call query and not supabase query, but now i can’t understand how to create the cursor pagination that i want, wich is similar to instagram or facebook for example. So 15 items per page ordered in decreasing time_posted, and i want the next page to be loaded based on the position of the cursor (if that’s possible). i even tried with a custom code but nothing seems to work.
I would be very grateful for every contribution or advice!