© 2026 Hedgehog Software, LLC
->recordAction('myaction');
$table->actions([ Tables\Actions\Action::make('myaction') ->infolist([ Pages\ViewHardware::list(), ]) ->slideOver() ->modalCancelAction(false) ->modalSubmitAction(false), Tables\Actions\EditAction::make(), ])
->recordUrl(null)