简体   繁体   中英

Show only selected filters on active admin index page

Is it possible to show only listed filter and not all default filters like all associations filters in active admin.

I have to manually skip the filters using remove_filter :groups etc And whenever add any association it comes on the page automatically which i want to disable.

如果显式使用filter :attribute关键字,它将仅显示此过滤器,而不显示默认过滤器。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM