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.