Monday, 7 May 2012

How to hide filters in the active admin view

Hi,

I am working with active admin customisation for one of my project. In that I need to hide the filters in the list views.

This can be done with simple configuration as shown below

ActiveAdmin.register Product do

config.clear_sidebar_sections!

end

The above configuration will make filters not to display in the list view.

Thank You,
Uma Mahesh

No comments:

Post a Comment