Skip to content

Commit 21d9a50

Browse files
author
Konstantin Dinev
committed
feat(pdf): some improvements to pivot and hierarchical export
1 parent 9437947 commit 21d9a50

File tree

2 files changed

+218
-34
lines changed

2 files changed

+218
-34
lines changed

projects/igniteui-angular/src/lib/services/excel/worksheet-data.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export class WorksheetData {
1414
private _hasSummaries: boolean;
1515
private _isPivotGrid: boolean;
1616
private _isTreeGrid: boolean;
17-
private _isGroupedGrid: boolean;
1817

1918
constructor(private _data: IExportRecord[],
2019
public options: IgxExcelExporterOptions,

0 commit comments

Comments
 (0)