@magic-xpa/angular 4.1200.0-dev4120.185 → 4.1200.0-dev4120.187
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.
@@ -2798,7 +2798,7 @@ class TaskMagicService {
|
|
2798
2798
|
* @param topGuiRowId : GuiRowId of first record in view.
|
2799
2799
|
*/
|
2800
2800
|
resize(pageSize, topGuiRowId) {
|
2801
|
-
let guiEvent = getGuiEventObj('resize',
|
2801
|
+
let guiEvent = getGuiEventObj('resize', null, 0);
|
2802
2802
|
guiEvent.PageSize = pageSize;
|
2803
2803
|
//As 'getRows' event also gets executed, set the guiEvent.Line parameter.
|
2804
2804
|
guiEvent.Line = topGuiRowId;
|