Is it possible to change the sorting of tickets in the organizations page? We'd like to be able to sort by status with open tickets at the top.

Here you can see that tickets are in order by number/date. But, from top to bottom, the status goes from open to closed, to waiting on client, back to open and closed again.

Instead, we'd like to see tickets in order by status. The above screenshot's raw HTML was edited to show what we'd like. You can see, all open tickets are listed, then waiting on client, then closed.
Is this at all possible? Any idea where we could look in the source if this needs to be done in the code?