I have a similar issue to moijisi, where in the majority of tables I look at, I want to order the data in descending id order so that I can see the most recent records.
I do have an alternate suggestion that could easily be implemented in a generic fashion though – provide a preference option to define whether clicking a column name sorts the data in ascending or descending order first after having loaded the table data. Although this does mean I would need to load the table data twice, it is still better than the current situation where I have to load it three times to see what I want!
Thanks,
John