Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 6db75a4

Browse files
authored
docs: work in review feedback
1 parent f45ae2c commit 6db75a4

File tree

1 file changed

+2
-2
lines changed
  • docs/grid-functionalities

1 file changed

+2
-2
lines changed

docs/grid-functionalities/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class GridBasicComponent implements OnInit {
4747
this.angularGrid = angularGrid;
4848

4949
// update your reference to make use of applied defaults
50-
this.gridOptions = this.angularGrid.gridService._gridOptions as GridOption;
50+
this.gridOptions = this.angularGrid.slickGrid.getOptions() as GridOption;
5151
}
5252
}
53-
```
53+
```

0 commit comments

Comments
 (0)