Skip to content

Commit c8faef7

Browse files
committed
Merge branch 'VDyulgerov/fix-IgxGridStateDirective-12.2.x' of https://github.com/IgniteUI/igniteui-angular into VDyulgerov/fix-IgxGridStateDirective-12.2.x
2 parents da782c9 + f42f23c commit c8faef7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/app/grid-row-pinning/grid-row-pinning.sample.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export class GridRowPinningSampleComponent implements OnInit, AfterViewInit {
4545
groupBy: true,
4646
columns: false,
4747
rowPinning: true,
48-
rowPinned: true,
4948
pinningConfig: true
5049
};
5150
public selectionMode;

src/app/grid-state/grid-state.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class GridSaveStateComponent implements OnInit, AfterViewInit {
9191
groupBy: true,
9292
columns: true,
9393
expansion: true,
94-
rowPinning: true,
94+
rowPinning: true
9595
};
9696

9797
public initialColumns: GridState [] = [

0 commit comments

Comments
 (0)