Sorting Datagrid and ListView containing empty column values - Mendix Forum

Sorting Datagrid and ListView containing empty column values

8

Currently in any List (Datagrid or ListView) if we use datasource as Database/XPath or Association and Sort on some column then the empty values are always at the top. 

To achieve this we have to use a custom Microflow and return a custom list, which removes many functionalities of the Listview/DataGrid that are possible with XPath or Database as datasource.

 

There should be a possibility to set the order of ‘Empty‘ column values to be shown on top or at bottom in the properties of the widget.

asked
0 answers