Dynamically reordering list view on a page

0
I am working on a page where I want people to be able to select what data orders by (name, place, etc.), but not use the pre-styled data grid for it. Is there a way to do this without re-retrieving the data? (I am thinking about using an enum, and i know that I can always re-retrieve the data in a microflow, but am wondering if there is a way to do this without making a database call every time I want to change the data order)
asked
1 answers
2

Have you looked at List view controls in the app store?

https://appstore.home.mendix.com/link/app/105694/

 

If you have to use a grid view, there is an older widget that did that.  It was really buggy last I tested it in 8 beta, but perhaps you can take what’s there as a starting point for your own custom widget

https://appstore.home.mendix.com/link/app/877/

answered