Sort Option Within Dropdown Filter

0
Hi all,   We are using a Datagrid2 and in one of the columns we display the name of an associated object. The column also has a dropdown filter. The filter is set to use automatically options (which is the displayed attribute of the column). However, the options in the dropdown is not sorted (alphabetically).   Can a sorting be applied to the options?     TIA
asked
2 answers
2

Hi Nico,

 

the sorting option for the dropdown filter widget can be managed in the Datagrid 2 column -> Reference->data source property instead of the drop-down filter properties. 

 

image.png

answered
0

Hi Nico,

Check in the dropdown widget there will be events tab or selectable object.

 

Make there one microflow -> retrieve your object ->apply your sorting -> return them

answered