Display information in the pop over

0
Hi,   I want to implement the design as shown in the picture below. When the user click on icon, a pop menu should be open near the icon which contain dynamic data from entity. Can you please guide me here how to implement the same.  
asked
2 answers
0

Marketplace to the rescue, some widgets I found for you;

https://marketplace.mendix.com/link/component/219410

https://marketplace.mendix.com/link/component/118481

https://marketplace.mendix.com/link/component/119571

answered
0

Hello Abrar,

 

The easiest way to do this, is by creating an on click action nanoflow or microflow that turn a boolean(show layover) on or off.

If this boolean is on then you show with conditional visibility the layover if this boolean is off you do not show the layover.

For your layover to 'pop out' and to not affect the other functionaility you need some css probably you need to use something like position: absolute or position: fixed and maybe you also need to create some shadow.

 

Hope this helps!

 

Good luck

answered