File tree Expand file tree Collapse file tree
projects/igniteui-angular/grids/pivot-grid/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -614,7 +614,7 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
614614 public get pivotKeys ( ) {
615615 return this . pivotConfiguration . pivotKeys || DEFAULT_PIVOT_KEYS ;
616616 }
617- /** @hidden @internal */
617+ /** @hidden @internal */
618618 public override get type ( ) : GridType [ "type" ] {
619619 return 'pivot' ;
620620 }
@@ -1248,7 +1248,7 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
12481248 return this . pivotConfiguration . rows ?. filter ( x => x . enabled ) || [ ] ;
12491249 }
12501250
1251- /** @hidden @internal */
1251+ /** @hidden @internal */
12521252 public set visibleRowDimensions ( value : IPivotDimension [ ] ) {
12531253 this . _visibleRowDimensions = value ;
12541254 }
You can’t perform that action at this time.
0 commit comments