@smartbit4all/ng-client 3.3.69 → 3.3.71

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.
@@ -9742,6 +9742,10 @@ class SmartGridComponent {
9742
9742
  else {
9743
9743
  console.error('GridModel is undefined in component!');
9744
9744
  }
9745
+ if (!this.smartGrid.layoutDef) {
9746
+ // fallback, default TABLE
9747
+ this.smartGrid.layoutDef = SmartLayoutDef.TABLE;
9748
+ }
9745
9749
  if (this.smartGrid.layoutDef === SmartLayoutDef.TABLE) {
9746
9750
  this.renderTable();
9747
9751
  }