When doing an ajax sync progress icon is not displaying, progress icon shows up if I do async call.
Is there any way I can show the progress icon while waiting for the sync call?
When doing an ajax sync progress icon is not displaying, progress icon shows up if I do async call.
Is there any way I can show the progress icon while waiting for the sync call?
The point is that sync call prevents further code execution and therefore interrupts rendering process of the progress bar.
As a solution, you can delay the ajax call: https://webix.com/snippet/8fa996a6