-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I added to _showLoading: this.$element.find('.loading').remove();
because I saw problem with duplicate loading element. eg when refresh grid few times
_showLoading: function() {
if (this._settings.showLoadingOverlay) {
this.$element.find('.loading').remove();
this._loadingOverlay = $(this._settings.templates.loadingOverlayTemplate());
this._sizeLoadingOverlay();
this.$element.prepend(this._loadingOverlay);
}
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels