Send page number through API and get response?

Send page number through API and get response?

MuraliVenkatMuraliVenkat Posts: 14Questions: 5Answers: 0

Hi,
I need to do pagination using server call. I explain clearly,
I have an API which has the page number in it. I need to send the page number every time when I click the next button, so that response will come accordingly. I have seen server call for pagination but I don't know how to implement that in my project. Can anyone help me with this?

Answers

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    Hi @MuraliVenkat ,

    Have a look at this page here, it discusses what you need to do for server side processing.

    Cheers,

    Colin

This discussion has been closed.