@websy/websy-designs 1.10.3 → 1.10.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5865,6 +5865,7 @@ class WebsyTable {
5865
5865
  messageEl.innerHTML = options.message
5866
5866
  }
5867
5867
  }
5868
+ this._isRendered = true
5868
5869
  }
5869
5870
  showLoading (options) {
5870
5871
  this.loadingDialog.show(options)
@@ -5681,6 +5681,7 @@ var WebsyTable = /*#__PURE__*/function () {
5681
5681
  messageEl.innerHTML = options.message;
5682
5682
  }
5683
5683
  }
5684
+ this._isRendered = true;
5684
5685
  }
5685
5686
  }, {
5686
5687
  key: "showLoading",