0

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
ZazOufUmI
  • 3,212
  • 6
  • 37
  • 67

1 Answers1

0

I think this resource can help you (JQuery):

What is the cleanest way to get the progress of JQuery ajax request?

Hope this helps!

Community
  • 1
  • 1
Ele
  • 33,468
  • 7
  • 37
  • 75