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 c340f3d commit 8c12f6bCopy full SHA for 8c12f6b
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-data-selector.component.ts
@@ -107,7 +107,6 @@ export class IgxPivotDataSelectorComponent {
107
@Input({ transform: booleanAttribute })
108
public columnsExpanded = true;
109
110
- /**
111
/**
112
* Emitted when the columns panel is expanded or collapsed.
113
*
@@ -210,6 +209,7 @@ export class IgxPivotDataSelectorComponent {
210
209
* (valuesExpandedChange)="valuesExpandedChange($event)"></igx-pivot-data-selector>
211
* ```
212
*/
+ @Output()
213
public valuesExpandedChange = new EventEmitter<boolean>();
214
215
private _grid: PivotGridType;
0 commit comments