How I can call the progress bar on load

Hello,

how I can call the progress bar on load of application so that till the data load in ui, user can see the progress bar.

Example :http://docs.webix.com/samples/19_api/05_progress_app.html, here in this example you are calling the progress bar in click even of button.

I have angular application, and I have used config option to load the ui and data using angular app, I would request you to please provide a way so that I can provide the feature in my application.

I am using “Initing from Config Object” in my application.

Hello Raj,

The onBeforeLoad and onAfterLoad events can be used to start displaying the progress bar and cancel it. http://webix.com/snippet/20e11133

Or, you may start showing the bar/icon on the application ready event. http://webix.com/snippet/167670a4

Hi Helga,
I am unable to implement progress bar during load pivot table please find below link can you implement here it will really helpful for me

http://webix.com/snippet/592f8cd4