Sorting request

0
Hi , How can I get my request to top which is already placed at the bottom.
asked
1 answers
1

Hi Mavitha,

If you are using a ListView or Datagrid, then you can sort the data by the pre present controls,

You can have a look at the doc, by clicking the link below,

https://docs.mendix.com/appstore/widgets/list-view-controls/#header-sort

 

Or you can use a microflow, and then using list operation you can sort the list,

 

Let me know if you have any issues,

Hope it helps!

answered