Hide/Unhide columns in a list view

0
How to hide/unhide a column in a list view(Like the way it is in datagrid2). I had implemented a custom pagination so I can't use a datagrid2 for some restrictions so I used a list view but now i want to implement hide/unhide column function in the list view like how it is working on a datagrid2. How I should achieve this? Is it possible in listview?   Kindly give me your suggestions. Thanks in advance.
asked
2 answers
0

Hi,

 

Do you mean a Datagrid instead of List View? If so, it's not possible without customized code.

answered
2

List views don't have columns, so there is nothing hide or unhide.

If you want to mimic the behaviour you would have to start playing around with CSS and potentially Javascript to get this organised. Mendix does not have an out of the box solution, since (as said) there are no columns in a list view, so there is nothing to hide.

 

answered