@magic-xpa/angular 4.1100.0-dev4110.46 → 4.1100.0-dev4110.48

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.
@@ -1974,7 +1974,7 @@ class TaskMagicService {
1974
1974
  }
1975
1975
  onScrollDown() {
1976
1976
  if (!this.Records.includesLast) {
1977
- let guiEvent = getGuiEventObj('getRows', 'table', 0);
1977
+ let guiEvent = getGuiEventObj('getRows', '', 0);
1978
1978
  guiEvent.Line = this.formGroups.length;
1979
1979
  this.insertEvent(guiEvent);
1980
1980
  }