Add an Edit button in a view page

Is there a way to add an Edit button yo a view page?
2 Replies
LeandroFerreira
LeandroFerreira9mo ago
//YourViewPage.php
use Filament\Actions;
protected function getHeaderActions(): array
{
return [
Actions\EditAction::make()
];
}
//YourViewPage.php
use Filament\Actions;
protected function getHeaderActions(): array
{
return [
Actions\EditAction::make()
];
}
MikePageDev
MikePageDevOP9mo ago
Perfect thank you. I should have thought of that.
Want results from more Discord servers?
Add your server