@smartbit4all/ng-client 3.3.35 → 3.3.36

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.
@@ -14522,6 +14522,10 @@ class SmartComponentApiClient {
14522
14522
  grid.smartGrid.uiActionDescriptorService = this.uiActionDescriptorService;
14523
14523
  grid.smartGrid.serviceToUse = this;
14524
14524
  grid.smartGrid.viewContextService = this.viewContext;
14525
+ grid.setupToolbar();
14526
+ if (grid.toolbar) {
14527
+ this.initActions();
14528
+ }
14525
14529
  }
14526
14530
  if (this.uuid && this.uuid !== grid.uuid)
14527
14531
  grid.uuid = this.uuid;