ngx-deebodata-community 0.0.6 → 0.0.7

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.
@@ -1825,7 +1825,7 @@ class NgxDeebodataCommunity {
1825
1825
  this.dataTableService.dTblHeight = this.defGridHgt;
1826
1826
  if (this.myColumnSymbols)
1827
1827
  this.dataTableService.columnSymbols = [...this.myColumnSymbols];
1828
- if (this.data.length)
1828
+ if (this.data().length)
1829
1829
  this.handleDataInput();
1830
1830
  }
1831
1831
  handleDataInput() {