• Resolved jonas088

    (@jonas088)


    Hi,

    I’m using the “ac/column/value” filter to display alternative values for my column.

    Now I want that my alternative values can also be used for sorting. Is there a filter or other option to get this done?

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Plugin Author Stefan van den Dungen Gronovius

    (@dungengronovius)

    This is not possible out of the box.
    Sorting is performed on the database so that it is fast.
    If you change the value with a hook, the only option to sort the table is to fetch all the data first before applying sorting. This can be very heavy on performance on large datasets and could even lead to time out errors so it is not recommended.

Viewing 1 replies (of 1 total)
  • The topic ‘Sorting by filter with custom value’ is closed to new replies.