ex_admin icon indicating copy to clipboard operation
ex_admin copied to clipboard

Improve configuration for index filters.

Open skie opened this issue 8 years ago • 0 comments

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?

skie avatar Feb 02 '17 00:02 skie