Closed edgarmarkosov closed 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.
filter
listView
actions
batch
You are right, the default listView.actions are: filter, export and create.
listView.actions
export
create
If you configure some filters with listView.filters() and you don't add the action filter, the filters are not shown.
listView.filters()
Please add
filter
option in the documentation forlistView
actions
field, because when I use onlybatch
in actions and add some not pinned filters they are not shown. They are shown when I also addfilter
in actions array.