@wavemaker/angular-codegen 11.0.0-next.23349 → 11.0.0-next.23352
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.
|
@@ -41211,7 +41211,7 @@ class PaginationService {
|
|
|
41211
41211
|
parent.gridOptions.setDeletedRowIndex(-1);
|
|
41212
41212
|
}
|
|
41213
41213
|
// reset fieldDefs if last action performed is search or sort
|
|
41214
|
-
if (parent.widgetType === 'wm-table' && (parent.gridOptions.isNavTypeScrollOrOndemand()) &&
|
|
41214
|
+
if (parent.widgetType === 'wm-table' && (parent.gridOptions.isNavTypeScrollOrOndemand()) && parent.gridOptions.lastActionPerformed === parent.gridOptions.ACTIONS.SEARCH_OR_SORT) {
|
|
41215
41215
|
fieldDefs = [];
|
|
41216
41216
|
parent.gridOptions.setCurrentPage(1);
|
|
41217
41217
|
}
|
|
@@ -41211,7 +41211,7 @@ class PaginationService {
|
|
|
41211
41211
|
parent.gridOptions.setDeletedRowIndex(-1);
|
|
41212
41212
|
}
|
|
41213
41213
|
// reset fieldDefs if last action performed is search or sort
|
|
41214
|
-
if (parent.widgetType === 'wm-table' && (parent.gridOptions.isNavTypeScrollOrOndemand()) &&
|
|
41214
|
+
if (parent.widgetType === 'wm-table' && (parent.gridOptions.isNavTypeScrollOrOndemand()) && parent.gridOptions.lastActionPerformed === parent.gridOptions.ACTIONS.SEARCH_OR_SORT) {
|
|
41215
41215
|
fieldDefs = [];
|
|
41216
41216
|
parent.gridOptions.setCurrentPage(1);
|
|
41217
41217
|
}
|