Join Discord
Powered by
Hi everyone,
# off-topic
j
jon.m
07/30/2021, 2:38 AM
Hi everyone,
e
everconfusedguy
07/30/2021, 2:47 AM
You can use the range method for pagination -
https://supabase.io/docs/reference/javascript/range
j
jon.m
07/30/2021, 8:45 PM
Thank you for this!
jon.m
07/30/2021, 8:46 PM
The main difficulty though is creating the pagination UI on the front end. First I need to make my filtered query, get back the total number of rows, and then use that number to render a pagination ui like this .... 1, 2, 3, 4, etc.
jon.m
07/30/2021, 8:46 PM
So I think that's possible with the client api
Previous
Next