0
joe704la created
I saw how I can call the loading indicator for a data table (this.primengDatatableHelper.showLoadingIndicator();). But I was wondering how I can show a component loader while its loading the template view?
1 Answer(s)
-
0
Hi @joe704la,
showLoadingIndicator simply sets a boolean field and a loading image is displayed according to this boolean field. You can apply a similar approach.
Or, you can use abp.ui.setBusy() & abp.ui.clearBusy() javascript functions.