Skip to content
New issue

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 advanced filtering button is not visible when toolbar actions are added #10148

Closed
SAndreeva opened this issue Sep 16, 2021 · 2 comments
Closed
Assignees
Labels

Comments

@SAndreeva
Copy link
Contributor

Description

Toolbar actions hide advanced filtering button from the toolbar

  • igniteui-angular version:
  • browser:

Steps to reproduce

  1. Open this sample.
  2. Use the toggle button below the grid to add/remove toolbar actions.
  3. Observe toolbar advanced filtering button.

Result

Advanced filtering button is visible only when toolbar actions are removed.

Expected result

Advanced filtering button is always visible.

@SAndreeva SAndreeva added 🐛 bug Any issue that describes a bug grid: toolbar labels Sep 16, 2021
@hanastasov hanastasov self-assigned this Sep 21, 2021
@hanastasov
Copy link
Contributor

Possible related to #10075

@hanastasov
Copy link
Contributor

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants