How to use loader in webix jet ?

How to use loader in webix jet ?

Hi @Naufil

Could you please clarify what do you mean as “loader” and elaborate more on the issue?
Are you interested in using a specific loader in your Webpack config or in something different from that?

hey @Listopad, thank you for the response.
I want to use a spinner on page load to binding datatable and on every API call.

@Naufil
try this

webix.extend(webix.ui.datatable, webix.ProgressBar);

https://snippet.webix.com/wzy4mjch

Please check the related docs chapter.
For the datatable (or any other widget) in the JetView, the implementation will look as follows: Code Snippet

Thank you @intregal and @Listopad… amazing