How to paginate using datatables on server side too

How to paginate using datatables on server side too

AugustoAleGonAugustoAleGon Posts: 1Questions: 1Answers: 0

Paginate on the server side

I am having this problem with pagination because I am restricted by the server to just a certain amount of users per request.
That means I am not able to have all the data at once. Is there a way to make a pagination also on the server side using datatables?

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    You could enable serverSide, and get the server responding with that partial data, provided it falls within the expected protocol. The protocol is discussed here. Also see examples here.

    Cheers,

    Colin

This discussion has been closed.