How to sort plug-in elements

Using MIP plug-in integration, I created a list of sensors to display on the map However, this list is not ordered. Is it possible to sort this list? here’s an example:

There is unfortunately no sorting function in the Element selector of Map, but if I am not mistaken the elements are shown in the order provided by the plugin in the Event Server so maybe you can make your ItemManager sort them on the server side?

Thanks for your fast answer. Sorting inside ItemManager is working fine.