Hide Widget

0
I’m creating a portal to access various dashboards and on this portal will be a section at the top that shows various alerts, i.e. system down, planned outages etc… What i’m trying to have is that when a user logs in they see widget (data view\list view) but they have the option to hide or minimize it, but then when they log off and log back in the widget is visible again…. I’ve played around using a non-persistable value but couldnt get it to work. i’d hoped there might have been a widget in the marketplace that covered this off but i cant find anything suitable. any ideas or advise would be greatly appreciated.
asked
1 answers
1

Would using a Group Box to hold the data you want to hide be an option? You can set this to be collapsible, but to start as expanded.

https://docs.mendix.com/refguide/group-box#2-3-3-collapsible

answered