Hello
How to order/sort by two fields ?
Thx
You can pass an array to order, like: order: [{"column1" => :desc}, {"column2" => :desc}]
its not work
Hey @yurgon, the tests for multiple orders pass. Can you create a failing test case for it?
Cleaning up issues
Most helpful comment
You can pass an array to order, like:
order: [{"column1" => :desc}, {"column2" => :desc}]