gabusam
1
I followed this doc to implement a server-side pagination from the api I am using and can't get it to work.
Perhaps someone more experienced can help me and point out what I am doing wrong?
This api returns the under meta next_cursor, I tried using that but doesn't work either...
Any help would be great!
Tess
3
Hi there! Thanks for reaching out.
One note is that it looks like the next cursor field has an error - possibly because of the extra space before .id
Also, it looks like the table pagination settings are linked to a different rest query than the one in the screenshot.
Have you tried making the next page cursor {{get_organizations2.data.meta.next_cursor}}
?
Pagination is pretty tricky to configure, since each api is a little different, so I'm not sure if that will 100% solve, but let us know how it goes 