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 f686d6e commit 5630b93Copy full SHA for 5630b93
projects/igniteui-angular/src/lib/grids/grid-public-row.ts
@@ -6,7 +6,7 @@ import { IgxSummaryResult } from './summaries/grid-summary';
6
import { ITreeGridRecord } from './tree-grid/tree-grid.interfaces';
7
import { mergeWith } from 'lodash-es';
8
import { CellType, GridServiceType, GridType, IGridValidationState, RowType, ValidationStatus } from './common/grid.interface';
9
-import { IgxPivotGridComponent } from '../pivot-grid/public_api';
+import { IgxPivotGridComponent } from './pivot-grid/public_api';
10
import { PivotUtil } from './pivot-grid/pivot-util';
11
12
abstract class BaseRow implements RowType {
0 commit comments