We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toolbar actions hide advanced filtering button from the toolbar
Advanced filtering button is visible only when toolbar actions are removed.
Advanced filtering button is always visible.
The text was updated successfully, but these errors were encountered:
Possible related to #10075
Sorry, something went wrong.
Since the toolbar has a custom template, then the AdvancedFiltering should be available there:
<igx-grid-toolbar-actions *ngIf="show"> <igx-grid-toolbar-exporter></igx-grid-toolbar-exporter> <igx-grid-toolbar-hiding></igx-grid-toolbar-hiding> <igx-grid-toolbar-pinning></igx-grid-toolbar-pinning> <igx-grid-toolbar-advanced-filtering></igx-grid-toolbar-advanced-filtering> </igx-grid-toolbar-actions>
zdrawku
hanastasov
Volen99
radomirchev
No branches or pull requests
Description
Toolbar actions hide advanced filtering button from the toolbar
Steps to reproduce
Result
Advanced filtering button is visible only when toolbar actions are removed.
Expected result
Advanced filtering button is always visible.
The text was updated successfully, but these errors were encountered: