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

[Filter Bar] changing the order of filters in filter bar component #5243

Closed
1 task done
rakesh4ui347 opened this issue Nov 14, 2023 · 2 comments · Fixed by #5569
Closed
1 task done

[Filter Bar] changing the order of filters in filter bar component #5243

rakesh4ui347 opened this issue Nov 14, 2023 · 2 comments · Fixed by #5569
Labels

Comments

@rakesh4ui347
Copy link

rakesh4ui347 commented Nov 14, 2023

Is your feature request related to a problem?

This feature requires compliance with Fiori guidance. when we click on the Adapt filter button on the filter bar, it opens the filter dialog, then in the content section, we can see the filter's name, but we are unable to move it up or down. if you see the content on the filter dialog, the first column is "field", but it should be "Filter".

Describe the solution you'd like

https://sapui5.hana.ondemand.com/#/entity/sap.ui.comp.filterbar.FilterBar/sample/sap.ui.comp.sample.filterbar.DynamicPageListReport
Basically we move filter names up and down depending on our choice.
image
image

Describe alternatives you've considered

No response

Additional Context

No response

Declaration

  • I’m not disclosing any internal or sensitive information.
@rakesh4ui347 rakesh4ui347 changed the title changing the order of filters in filter bar component [Filter Bar] changing the order of filters in filter bar component Dec 8, 2023
@Lukas742 Lukas742 moved this from 🆕 New to 2024-Q1 in ui5-webcomponents-react Roadmap Dec 14, 2023
@ui5-webcomponents-react-bot
Copy link
Contributor

🎉 This issue has been resolved in version v1.26.0 🎉

The release is available on v1.26.0

Your semantic-release bot 📦🚀

@Lukas742
Copy link
Contributor

Lukas742 commented Mar 8, 2024

Hi @rakesh4ui347

it is now possible to change the order of filters inside the filters dialog by setting enableReordering on the FilterBar and applying a unique orderId to each FilterGroupItem. You can find an example of this here.

Reordering filters by drag and drop is not supported, since the underlying Table component doesn't support it yet. (See here)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 2024-Q1
Development

Successfully merging a pull request may close this issue.

3 participants