Column sorting with good_sort

Posted by Jason King 11 months ago

I spent a little time this week pulling sorting out of a project of mine as a gem. I’m really happy with where I got to with it.

What this is is something that lets you very easily add column sorting to your data views so that visitors can click on the column headings to re-present the data sorted by that heading.

…cont.