You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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
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)
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.
Describe alternatives you've considered
No response
Additional Context
No response
Declaration
The text was updated successfully, but these errors were encountered: