Skip to content

Commit

Permalink
docs(grid,toolbar): mark adv. filtering comp ngAfterViewInit hidden (#…
Browse files Browse the repository at this point in the history
…14474)

Co-authored-by: Hristo <[email protected]>
  • Loading branch information
valeriatoneva and hanastasov committed Jul 8, 2024
1 parent 656a66a commit 28c2120
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 28c2120

Please sign in to comment.