Pagination not working?

Hi,

I am trying to set up the pagination but seems that it’s locked.

Is there something that needs to be done with my data coming from Xano?

Thanks,

Best

Hey Davy it’s not that it’s locked, it’s because you’re passing result_2 instead of the items itself… so weweb thinks there’s only 1 item (and hence nothing to paginate)

If you put result_2 in the result key section it should work well. Or change what you’re passing over from Xano.

2 Likes

Thank you for your helps, indeed it was a bit more complex than expected to set it up.

appreciate your feedback :raised_hands: