We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8905f26 commit 672b278Copy full SHA for 672b278
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -2972,7 +2972,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
2972
2973
this.pinContainers.changes.subscribe(() => {
2974
// on row pin containers change grid sizes should be recalculated.
2975
- this.calculateGridSizes();
+ this.calculateGridSizes();
2976
});
2977
}
2978
0 commit comments