RelationManager actions

Hi all,
Need to add print button in RelationManager actions.
It should be look like:
->actions([ Action::make('printaj') ->label(__('Print')) ->icon('heroicon-o-printer') ->action('printaj') ->openUrlInNewTab(), Tables\Actions\EditAction::make(), Tables\Actions\DeleteAction::make(), ])
where printaj() is method inside RelationManager
Was this page helpful?