Archive for August, 2007

SortHelper2 - Multiple Table / Coumn Sorting

Thursday, August 2nd, 2007

When working with Rails for the rewrite of our site management utility I had the need to perform sorting on multiple columns of a result set. SortHelper2 is clean and works well for one table but it doesn’t support multiple tables. I present:

SortHelper2 - Multiple Tables

Please leave a comment with any bugs/issues you find.

Todo:

  • Add Tests