A way to "freeze" sorting after clicking column header?

Is there a way to “freeze” sorting after clicking a column header?

I have a order table browse where one of the columns is “Order status”. I click the column header and go to the orders that have the status I’m looking for. Then I do something to each order, so that it sometimes changes status. That makes the record move to another place and I will have to go back to where I came from which can be a quite annoying task. Is there a way to avoid this?

If its a legitimate sort order change after the update, you might want to look at the ABC BrowseClass ResetSort and maybe bypass this after the update.

I think I know what you are trying to achieve, so is there another way you could sort the orders to get them into the “order status” order without clicking on the order status column?