Hi Vaishnavi,
Perhaps this similar post can help you:
https://community.mendix.com/link/space/user-experience/questions/89452
Another alternative, depending on your requirements is to use custom scss and play with the css :hover pseudo-class and depending if it's hover or not, apply display: none or something similar.
Hope this helps,
João
Hi Vaishnavi
You can do this by showing 2–3 items in the column and showing all values on hover using a tooltip.
Here’s how to do it:
"Value 1, Value 2, Value 3, Value 4...".
So your UI stays clean, and the user sees the full list only when hovering.
No extra widget needed works with just native Mendix features.