Selectable columns show/hide

0
Hello, Is there a possibility to chose the columns in a datagrid that you can show/hide? Not in the modeler but in browser. And how can I do this?   Kind regards,  Steven Keersmaekers
asked
2 answers
1

Hi Steven,

No not easily. There is a widget that can do it: https://appstore.home.mendix.com/link/app/2702/ 
But it takes some effort to get it up and running.

answered
0
This is not possible natively with data grids. My approach is to use a list view styled like a grid and then apply conditional visibility to individual columns based on user roles

for styling a list view like a grid check out
https://www.notion.so/gajdukold/The-road-to-responsive-tables-in-Mendix-8a2f45ff2c2f49018ea4ca9812b42301

 

answered