@wavemaker/app-ng-runtime 11.8.0-rc.5676 → 11.8.0-rc.5679

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.
@@ -483,6 +483,9 @@ class TableComponent extends StylableComponent {
483
483
  if (!this.multiselect) {
484
484
  this.items.length = 0;
485
485
  }
486
+ if (!this.infScroll && !this.onDemandLoad) {
487
+ this.callDataGridMethod('selectRows', this.items);
488
+ }
486
489
  this.selectedItems = this.callDataGridMethod('getSelectedRows');
487
490
  if (this.selectedItems.length) {
488
491
  this.selectedItemChange.next(this.selectedItems);