来自https://github.com/sferik/rails_admin/wiki/List:
field :name do # (2)
sortable :last_name # imagine there is a :last_name column and that :name is virtual
end
我有 first_name 和 last_name 字段,想要对 :name 列进行排序。RailsAdmin 似乎只允许按实际数据库字段名称排序,有没有办法解决这个问题?