oRieN
oRieN
FFilament
Created by tuto1902 on 8/15/2023 in #❓┊help
Delete Tenant
I'm probably late to this post but something like this is what the OP needs
// File: App\Filament\Pages\Tenancy\EditTenantProfile.php

protected function getHeaderActions(): array
{
return [
Action::make('delete')
->requiresConfirmation()
->action(fn () => $this->tenant->delete()),
];
}
// File: App\Filament\Pages\Tenancy\EditTenantProfile.php

protected function getHeaderActions(): array
{
return [
Action::make('delete')
->requiresConfirmation()
->action(fn () => $this->tenant->delete()),
];
}
31 replies
FFilament
Created by oRieN on 7/31/2023 in #❓┊help
Is there a way to add back the Arrow Up and Down to Order Repeater and Builder Fields?
yeah that's what i was thinking looks older but i though maybe it wasn't removed just hidden
7 replies
FFilament
Created by oRieN on 7/31/2023 in #❓┊help
Is there a way to add back the Arrow Up and Down to Order Repeater and Builder Fields?
7 replies
FFilament
Created by oRieN on 7/31/2023 in #❓┊help
Is there a way to add back the Arrow Up and Down to Order Repeater and Builder Fields?
3 or 4 inside each repeater
7 replies