Hi all,
I have a short question regarding the filter function.
I have built an app where on the home page all requests can be filtered by status. If I click on "All", all applications appear and that is correct. But now I want that when I click on the button "By status" (marked red in the pic) also all appeared but sorted. That means, first all with the status "Beantragt", then "Genehmigt", then "Abgelehnt" and then "Storniert". What is the best way to filter or rather sort them in this order?

Thanks in advance