I really like the ability to use client side pagination, filtering and sorting. But sometimes I have a response from Xano that consists of multiple keys. For example an array of invoices and an object with totals.
Client side pagination now is not possible, because Weweb expects the response to be a direct array.
The alternative is to make two separate calls for the totals and for the invoices, but that is a bit cumbersome.
Maybe the Xano data plugin should be changed by adding a step to define the array you want to use for pagination. Or maybe there is something I am missing.
Thanks for your insights.