Hi everyone,
# off-topic
j
Hi everyone,
e
You can use the range method for pagination - https://supabase.io/docs/reference/javascript/range
j
Thank you for this!
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.
So I think that's possible with the client api