Sometimes, my Ajax's requests takes a lot of time to get an answer due to the number of rows.
Instead of doing a basic Ajax loading message or animation, is it possible to display the actual progression of the request?
For example, if I have 10,000 rows :
Please Wait, checking n°1 out of 10,000 records
Please Wait, checking n°100 out of 10,000 records
Please Wait, checking n°200 out of 10,000 records
Please Wait, checking n°300 out of 10,000 records