Dynamic order by in scala slick with several columns
问题 I have been learning scala, playframework and slick, but i have found a problem. I am trying to make a simple CRUD, with a list controllers that receives a custom filter field, some pagination info (page size and number) and a Seq of string tuples with the field name and the order (asc or desc), and everything is working fine, except for the order by seq, i can not make the order by dynamic. I got the basic structure from Scadiddle blog. So, the basic code is as follows: I have my basic color