Pagination on a Datagrid bound to a Variable, not Collection

I have successfully implemented backend pagination with Xano on multiple datagrids that are bound directly to the Collections populated by Xano.

However I have another datagrid that is bound to an Array variable, which itself is populated by a Xano-fed collection. There was a reason I did it this way which was necessary at the time, which I can’t quite remember right now…

Anyway, is it possible to apply pagination to the datagrid bound to the Xano-fed array variable? I can’t quite wrap my head around how, but I suspect it should work. I normally use trial and error until I figure it out but in this case I don’t want to break what I already have setup.

Thanks in advance!

Solved it easily after a good night’s sleep. :smiley:

It’s exactly the same config as the documentation, except I just need to update my variable after refreshing the collection.

1 Like

Haha been there! :sweat_smile:

Glad you found the solution. Sleep is awesome!

1 Like