Skip to content

Commit

Permalink
fix(ESF): #4765 Emit onColumnVisibilityChanged event on hide.
Browse files Browse the repository at this point in the history
  • Loading branch information
gedinakova committed May 14, 2019
1 parent 131882f commit 50d8bf5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ export class IgxGridExcelStyleFilteringComponent implements OnDestroy, AfterView

public onHide() {
this.column.hidden = true;
this.grid.onColumnVisibilityChanged.emit({ column: this.column, newValue: true });
this.closeDropdown();
}

Expand Down

0 comments on commit 50d8bf5

Please sign in to comment.