-
Notifications
You must be signed in to change notification settings - Fork 133
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
fix(platform): Update info bar table to reflect selected filters #12634
Conversation
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.
NOTE: !!! Not yet ready for review !!! |
✅ Deploy Preview for fundamental-ngx ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for fundamental-ngx ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Visit the preview URL for this PR (updated for commit b385032): https://fundamental-ngx-gh--pr12634-11783-infobar-showin-44silskm.web.app (expires Fri, 01 Nov 2024 12:18:49 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 41b993ee8e451bd7c6770b342ce142dc886eacff |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…ers' into 11783-infobar-showing-table-filters
@do-oel Can you please create stackblitz example for reproducing this issue? |
Hi @khotcholava, you can experience the issue in the documentation example: https://sap.github.io/fundamental-ngx/#/platform/table/settings-dialog-table#filterable |
fix(platform): table showing info bar with selected filters
closes #11783