Keep sorting orders of Filter Options

We are using an overview model where filter bars are always visible. Each filter bar displays available data as a list (either strings or numbers). By default, when no filters are selected, the options are sorted in ascending order. However, when one or more options are selected, the next time the filter bar is opened, the selected options appear at the top (sorted alphabetically), followed by the unselected options (also sorted alphabetically).

How can we disable this behavior so that all options (selected or not) remain in their original alphabetical order?

Hi @ulf-azure-tensor, the selected items in the Filter Selector/Filter Bar are always on top of the list. This behavior is applied for:

  • Enumeration (EnumerationFilterOptionsView)
  • Multi-Select (MultiSelectFilterOptionsView)
  • Filter String Fields with Multi-Select (EnumeratedStringFilterOptionsView)

Currently, it’s not possible to change this behavior, and we haven’t provided any suitable customization for sorting. You can customize all the components above, but it’s too complicated and not a recommendation.
Please create a ticket for us to support it in the future.