Skip to content

Commit 4e8dd2f

Browse files
committed
chore(grid-mrl): Add static true for mrl sample
1 parent 0196ceb commit 4e8dd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/grid-mrl-custom-navigation/grid-mrl-custom-navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { IgxGridComponent, DropPosition } from 'igniteui-angular';
66
templateUrl: 'grid-mrl-custom-navigation.sample.html'
77
})
88
export class GridMRLCustomNavigationSampleComponent {
9-
@ViewChild(IgxGridComponent, { read: IgxGridComponent })
9+
@ViewChild(IgxGridComponent, { read: IgxGridComponent, static: true })
1010
grid: IgxGridComponent;
1111
width = null;
1212
cols: Array<any> = [

0 commit comments

Comments
 (0)