igniteui-angular 12.3.10 → 12.3.11

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.
@@ -61130,7 +61130,8 @@
61130
61130
  }
61131
61131
  var _loop_2 = function (row, set) {
61132
61132
  var e_7, _t, e_8, _u;
61133
- row = this_1.paginator && source === this_1.filteredSortedData ? row + (this_1.paginator.perPage * this_1.paginator.page) : row;
61133
+ row = this_1.paginator && (this_1.pagingMode === exports.GridPagingMode.Local && source === this_1.filteredSortedData) ?
61134
+ row + (this_1.paginator.perPage * this_1.paginator.page) : row;
61134
61135
  row = isRemote ? row - this_1.virtualizationState.startIndex : row;
61135
61136
  if (!source[row] || source[row].detailsData !== undefined) {
61136
61137
  return "continue";