ajax time out error
ajax time out error

Hi dears, I am using datatables serverside processing with ajax. first time page loads perfectly but when i search something in search filter it dont works. it gives ajax time out error after something. I am not understanding what is happening
This discussion has been closed.
Answers
Hi @asifjee104 ,
If you're getting a timeout on the client, it means the server isn't responding - so you'll need to be debug your server-side script to understand where it's failing.
Cheers,
Colin
Thanks for response. I worked on server There was timeout limit set on ajax request. I changed. Now it,s working fine