When browsing table contents the rows are returned unsorted by default. I'd like a configuration option to have the data sorted by the primary key by default, if a primary key has been set for that table.
I often have to look up a row by ID when debugging applications and this would save me having to re-sort every time.