marmelab / ng-admin

Add an AngularJS admin GUI to any RESTful API
http://ng-admin-book.marmelab.com/
MIT License
3.95k stars 728 forks source link

filter option in listView actions in documentation #1338

Closed edgarmarkosov closed 7 years ago

edgarmarkosov commented 7 years ago

Please add filter option in the documentation for listView actions field, because when I use only batch in actions and add some not pinned filters they are not shown. They are shown when I also add filter in actions array.

Kmaschta commented 7 years ago

You are right, the default listView.actions are: filter, export and create.

If you configure some filters with listView.filters() and you don't add the action filter, the filters are not shown.