how to use count badge?

0
I want to show a message count of the logged in user, on top of their profile menu.  how can i accomplish this requirement? Thanks in advance:)
asked
2 answers
2

Hi,

 

My solution would be to have a label which displays the count of messages and then uses css to style the label to be a number within a circle, here is a link to w3 schools page on this :

 

https://www.w3schools.com/howto/howto_css_notification_button.asp 

answered
1

You might find the learning path for dashboards helpful to reach your goal. Here they also count and display that information

https://gettingstarted.mendixcloud.com/link/module/10/lecture/120

answered