@wavemaker/app-ng-runtime 11.15.0-1.246 → 11.15.0-2.247

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.
@@ -1414,7 +1414,7 @@ class TableComponent extends StylableComponent {
1414
1414
  this.selectedItems = [];
1415
1415
  this.fieldDefs = [];
1416
1416
  this.fullFieldDefs = [];
1417
- this.gridData = [];
1417
+ // this.gridData = [];
1418
1418
  this.__fullData = null;
1419
1419
  // MEMORY LEAK FIX: Destroy jQuery datatable widget before clearing gridOptions
1420
1420
  if (this.datagridElement && this.datagridElement.datatable) {