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 8edfa8d commit 04ff39bCopy full SHA for 04ff39b
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-header-row.component.ts
@@ -210,7 +210,7 @@ export class IgxPivotHeaderRowComponent extends IgxGridHeaderRowComponent {
210
}
211
212
213
- public onFiltersAreaDropdownClick(event, dimension, shouldReattach = true) {
+ public onFiltersAreaDropdownClick(event, dimension?, shouldReattach = true) {
214
let dim = dimension || this.grid.filterDimensions[0];
215
let col;
216
while (dim) {
0 commit comments