Sorting of a List row data at runtime

0
Hi All, I have a requirements where I am displaying a list of records to a user. User need to sort and sequence those records. This requirement is related to a approval process and the user want to decide who should approve first and who should do next.  I want to know if there is already any existing widget in Mendix to full fill this instead of creating a seperate microflow and writting logic of up and down buttons. Please advice.
asked
1 answers
1

If you are using a Datagrid, the user can sort by clicking on column headers – this is out of the box functionality.  To get a similar capability in a Listview, you’ll need to use Listview Controls from the app store.  So you should be able to offer this capability without writing custom microflows.

answered