Created by: klaseskilson
Hey,
As always, thanks for a great gem.
This PR adds a sort_by
option to the HasMany
field, allowing the developer to control in what order the data is displayed. It uses Administrate::Order
in order to support future features (such as allowing the user to select what param to sort by).
Hit me with your feedback!
(Note: This tackles the same problem as in #750, but with a different approach. Not sure which is preferable here.)