We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 532f291 + ff9d93c commit c1f63f8Copy full SHA for c1f63f8
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-grid.component.ts
@@ -984,7 +984,7 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
984
@Input()
985
public set data(value: any[] | null) {
986
this._data = value || [];
987
- if (this.shouldGenerate) {
+ if (!this._init) {
988
this.setupColumns();
989
this.reflow();
990
}
0 commit comments