I was doing tests with a table with 2,000 records and datatables worked fine, now I change it with another one that has 16,000 records and after 7 seconds gives error.
In the debugger I see that the select became complete (the 16,000 records) which gives me to think that it is for the time it takes the query ...
I have several questions
Is it possible to load only the first 50 records and then load more as the client changes the pages?
Is it possible to change the timeout in datatables?
How to speed up the loading of records?
Thanks for your answers