Controling entity-based dropdown list item ordering/sorting in filter

Hi,
is there any way to control dropdown list item ordering in filter, especially entity-based ones?
Thanks in advance!

1 Like

Hi,

No, unfortunately, an order of entities in the filter dropdown lists cannot be defined.

Hi,

That would be very useful. For example: paramOrder in filter property.


<property name="type"  paramWhere="{E}.type = @enum(com.company.app.entity.DictionaryTypEnum.DOCUMENT_TYPE)" <b>paramOrder="{E}.type.name"</b> />
2 Likes

Yes, it looks like not rather hard to implement, maybe I’ll try to do it myself.

Are there any odds it will be implemented? Or can you just say is it worth to try to do it myself or there are any difficulties with that?