Can we do pagination in the list view?

Can we do pagination in the list view? If yes, how pagination can be integrated into our list view.

1 Like

Pagination is not available in vDesigner 1.0.

3 Likes

@tushar.jain is right

but @aakriti.kamboj , you can create a server side pagination if provided by your API by creating two button (prev | next) and fire the same API with page number. You will need to store the current page number somewhere although.

4 Likes