Hi!
This is just the suggestion.
When we load a table view, records appear in their regular order, which is normally ascending by auto-incremented primary key, so - this is ascending order by PK.
If I click on the "ID" column title bar once - I get records AGAIN sorted in the ascending order, so I get the very same view, but I have to wait for it, what is troublesome in case of larger tables.
Only if I click the "ID" column title bar second time, I get the records in the reversed order (sorted descending).
My proposition is:
To make descending sort order being presented immediately after the first click and ascending order only after second click.
That would make more sense in the vast majority of cases, imho.