Skip to content

Commit

Permalink
docs(grid,toolbar): mark adv. filtering comp ngAfterViewInit hidden 1…
Browse files Browse the repository at this point in the history
…8.0.x (#14475)
  • Loading branch information
valeriatoneva committed Jul 8, 2024
1 parent d825d99 commit 03ff1c3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ export class IgxGridToolbarAdvancedFilteringComponent implements AfterViewInit {
});
}

/**
* @hidden
*/
public ngAfterViewInit(): void {
this.numberOfColumns = this.grid?.advancedFilteringExpressionsTree ? this.extractUniqueFieldNamesFromFilterTree(this.grid?.advancedFilteringExpressionsTree).length : 0;
}
Expand Down

0 comments on commit 03ff1c3

Please sign in to comment.