slick-examples
slick-examples copied to clipboard
Add example for sorting by a dynamic Seq of columns
review by @szeiger
I'd rather apply sortBy calls for the individual keys in reverse order so you don't have to construct internal objects like Ordered manually and step outside of the type-safe lifted embedding API.
@szeiger: I agree, updated the commit to do that
@szeiger Please have a look. I'd like to answer some ML / SO postings with this.
LGTM