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
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