How to sort database (on admin side, not a list)

How do i sort the database entries? It would be easier to find my entry if i had them in alphabetically order by certain columns - but other orders would be good too, such as most entries in a certain column, etc.
I am NOT talking about a list that the user sees, this is on the admin side of things: the red table with the weird red icons at the top right.

Yeah it’s weak for this kind of thing.
Some kind of Admin portal is your best bet in the long run, with your own custom built views.

Short term, download the CSV and do your sorting that way. Sorry I don’t have better news.