Clicking columns won't sort any of them anymore, which makes finding a transaction difficult. A global search function would be really nice, too... I have a bunch of wallets and thousands of transactions, so finding a particular transaction in a particular wallet is sometimes problematical.
Awww crap. I forgot I had to mess with that in order to not have a ridiculously slow ledger when you have thousands of transactions (as you do). I never quite figured out how to resolve it, and then promptly forgot about it! The issue is that the comments are dynamically retrieved, because transactions that don't have comments will still display the address comments if there is one. The sample wallet I had consisted of a lot of tx with hundreds of outputs each, and the search was taking like 2 seconds per operation (w/ GUI freeze).
So, what's the solution? I'm not exactly sure...
One thing I can do, is sort by tx-specific comments first (which is very fast), then only display address comments on the page shown. This may look weird -- some fields will appear to be out of order. But you're probably looking for tx-specific comments, anyway, which will be sorted. I guess I could also look into supplementing the data somehow to improve the efficiency. It's a kind of frustrating problem because the slow version works for 99% of users, but is a terrible experience needing to be addressed for the other 1%...