neekooo
Injecting headerActions to Resource
i want to make a EditPage similar to EditRecord or CreateRecord, but i want that the user can create his own (an example) App\Filament\Resources\CatResource\Pages\CatPage and only by extends his class with my class EditPage can view others header actions, and the user can add his own header action calling the method getHeaderActions(). I was looking for the trait Filament\Pages\Concerns\InteractsWithHeaderActions that handle the header actions, and there is no change to "inject" other action under the hood 😭 .
13 replies