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 45d6690 commit 1ee08d3Copy full SHA for 1ee08d3
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -2644,7 +2644,7 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
2644
/**
2645
* @hidden @internal
2646
*/
2647
- protected paginatorSettings: OverlaySettings = null;
+ public paginatorSettings: OverlaySettings = null;
2648
2649
private verticalScrollHandler = (event) => {
2650
this.verticalScrollContainer.onScroll(event);
0 commit comments