say we have a ui and in this ui we have a dropdown. this dropdown is filled with the translated values of an enum.
now, we have the possibility to sort by the int-value of the enum, by the name of the enum, and by the translated name of the enum.
but what if we want a different sorting than the 3 mentioned above. how to handle such a requirement?