-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(platform): Update info bar table to reflect selected filters (#12634
) * fix(platform): table showing info bar with selected filters closes [#11783](#11783) - Implemented an info bar beneath the table toolbar to display active filters, following SAP Fiori design recommendations. - Used <fd-toolbar fdType="info" [active]="true"> from Fundamental NGX. - Displayed filter information with the correct format - Included a "decline" icon in the info bar. - Info bar appears only when a filter is applied and hides once the filter is reset. * fix(platform): Update info bar table to reflect selected filters closes [#11783](#11783) - Added feature to close the popover when the dismiss button is clicked. The popover will reappear upon changing the filters. * fix(platform): table showing info bar with selected filters closes [#11783](#11783) ## Description - Moved hardcoded "Filtered by" string into translation file * fix(platform): table showing info bar with selected filters closes [#11783](#11783) - Minor refactor * fix(platform): table showing info bar with selected filters closes [#11783](#11783) ## Description - Fiex build * fix(platform): table showing info bar with selected filters closes [#11783](#11783) ## Description Added fcCompact to table toolbar fliter close button. * fix(platform): table showing info bar with selected filters closes [#11783](#11783) ## Description Update _setAppliedFilterNames function to properly format nested parameters * fix(platform): table showing info bar with selected filters closes [#11783](#11783) - Added reset filter functionality on close toolbar click - Removed logs - Clean up the code
- Loading branch information
1 parent
0cc0d1d
commit 755d38a
Showing
9 changed files
with
137 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters