You need to sign in to do that
Don't have an account?

Sortable list with pagination
Does anybody have any slick ways to accomplish this?
My current approach is to use the out of the box pagination with a custom list controller. When someone clicks a column, it will modify the dynamic SOQL query behind the custom list controller to order by that column's field.
It's also important for my sortable, paginating table to handle 1000+ records.
Thanks in advance.
I like this pagination solution: http://richardvanhook.com/2009/08/03/visualforce-pagination-with-apex-lang/
I probably will wind up using that, especially since I found out that out of the box pagination (querylocator) doesn't support dynamic soql :(