Note that display_order is not a defined column users can see.
This works fine and loads the initial order I want then any further column sorting etc. works fine (followed other open issues on this).
In 0.4 the initial query works as expected, but attempts at column sorting fail and always provide the same initial sort.
Is there any way to set a default sort this way (or another way) that is inline with the way the gem is intended to operate?
I notice with the update to 0.4 I get different results with a default sort
in 0.3, I have an order defined in get_raw_records:
Note that display_order is not a defined column users can see.
This works fine and loads the initial order I want then any further column sorting etc. works fine (followed other open issues on this). In 0.4 the initial query works as expected, but attempts at column sorting fail and always provide the same initial sort.
Is there any way to set a default sort this way (or another way) that is inline with the way the gem is intended to operate?