How to create common action like 'new' which will be do one action, for example send ajax request for get some kind of information. I'm trying add action via config/packages/easy_admin.yaml
easy_admin:
entities:
Users:
list:
actions:
- { name: 'refresh', label: 'Refresh', icon: 'sync' }
But it's add 'refresh' link for each row in my list.
I will be grateful for example or link on information.