@websy/websy-designs 1.11.14 → 1.11.15

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.
@@ -4165,7 +4165,7 @@ class WebsyResultList {
4165
4165
  }
4166
4166
  this.options = Object.assign({}, DEFAULTS, options)
4167
4167
  this.elementId = elementId
4168
- this.rows = []
4168
+ this.rows = this.options.data || []
4169
4169
  this.apiService = new WebsyDesigns.APIService('/api')
4170
4170
  this.templateService = new WebsyDesigns.APIService('')
4171
4171
  this.activeTemplate = ''
@@ -3929,7 +3929,7 @@ var WebsyResultList = /*#__PURE__*/function () {
3929
3929
  };
3930
3930
  this.options = _extends({}, DEFAULTS, options);
3931
3931
  this.elementId = elementId;
3932
- this.rows = [];
3932
+ this.rows = this.options.data || [];
3933
3933
  this.apiService = new WebsyDesigns.APIService('/api');
3934
3934
  this.templateService = new WebsyDesigns.APIService('');
3935
3935
  this.activeTemplate = '';