We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fb327 commit d4bba40Copy full SHA for d4bba40
projects/igniteui-angular/src/lib/grids/grid/grid.pipes.ts
@@ -103,7 +103,7 @@ export class IgxGridPagingPipe implements PipeTransform {
103
if (!this.gridAPI.grid.paging) {
104
return collection;
105
}
106
- const _perPage = perPage - this.gridAPI.grid.pinnedRecords.length;
+ const _perPage = perPage - this.gridAPI.grid.pinnedRows.length;
107
const state = {
108
index: page,
109
recordsPerPage: _perPage
0 commit comments