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 は、実際のデータベース フィールド名によるソートのみを許可しているようですが、これを回避する方法はありますか?