Paginating API data

Hello,

I must say I am not a fan of this new update. It feels like the customization that made WeWeb so great is starting to fade in favor of the limited AI platforms we see out there.

I am trying to paginate some API data I have called which was fairly easy before. Now, I do not see an option. Just the odd tables and views. Any tips?

Hey @ctbrant :waving_hand:
I didn’t see a drop in customization but for some things, it changed how it worked a bit.

The way it appears in the new tables is a bit different. But it essentially work as before by adding query parameters to your request.

If you create a view, you can add parameters to your request.

You can link the values to parameters properties. Those will be linked to your pagination variables.

When you want to change page in the interface, you can call the Table View: Fetch, with the appropriate parameters.

Is that what you were trying to do? :slight_smile: