Notification on a Tab Container

0
Hi everyone, I am working on a feature where i will have to display notifications(say a number) on a tab of a tab container. For Example:(I have new records for today that is populated in my Data Grid.I must be able to display this number on the tab as a notification). How do i achieve this? Please share your thoughts on this.
asked
1 answers
2

Check out the tab extension widget: https://appstore.home.mendix.com/link/app/894/Mansystems-Nederland-BV/Tab-Extentsion-(Dynamic-tab-names,-Buttons)

Create a non-persistent entity and count your records in a attribute with a microflow

answered