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()
↧
Prevent multiple ajax requests in server side pagination
↧