What's the difference between Tables\Actions\CreateAction and Actions\CreateAction?
One has
and the other has
Both are having
class CreateAction extends Action
.
I want to use the same functions for ->using(function(*stuffs*) {
method of both CreateActions. One of the create action is in the Resource page empty state actions and the other one is in the ManageResource page header. Is there a way to do so?1 Reply
can't you just add the
->using()
clause to the action listed in both Resource-related classes?