Prevent multiple ajax requests in server side pagination

Prevent multiple ajax requests in server side pagination

rashidalirashidali Posts: 2Questions: 2Answers: 0

In server side pagination, multiple ajax calls are made rather than one at a time. I want to fetch 10 records first and so on but there are many ajax requests are made.
I have tried too many different ways but cant solve the problem.
How to prevent ajax to make multiple requests in server side processing?
Data table is initialized under document.ready()

Answers

This discussion has been closed.