ex_admin
ex_admin copied to clipboard
Improve configuration for index filters.
Imagine i have in index section column defined next way:
index do
selectable_column
column :user, fields: [:email]
....
end
So I need a way to configure search filter by user column same way or by defining collection like it is donefor index column.
Does it possible to achieve now?