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

Data Source Toolbar - Options #190

Open
DominicFe opened this issue Oct 3, 2024 · 0 comments
Open

Data Source Toolbar - Options #190

DominicFe opened this issue Oct 3, 2024 · 0 comments

Comments

@DominicFe
Copy link

I have a question regarding the options in the data source toolbar. For example in Product Bundles. Here it only shows the filter option:

image

But in the code is something different implemented. Here is only search and settings defined. So i am asking why does it not show settings and why is the filter shown? Does this come from somewhere else?

itshop-pattern.component.ts:

<imx-data-source-toolbar
        #dst
        [options]="['search', 'settings']"
        [settings]="dstSettings"
        (search)="getData({ search: $event })"
        (navigationStateChanged)="getData($event)"
        data-imx-identifier="itshop-pattern-dst"
        [itemStatus]="status"
      >
      </imx-data-source-toolbar>

I have seen this behaviour also in other classes.

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

No branches or pull requests

1 participant