Custom button in List Resource
I have a listing and I want to add an "import" button next to "New" button in listing to execute an import action, I find it would be weird to show this action on every row or in bulk, because is not related to a certain model, any idea?
2 Replies
getActions()
on the List page. You should find a CreateAction
therethanks!