sir_abdull
sir_abdull
FFilament
Created by d3v1anX on 8/8/2024 in #❓┊help
Standard Create Action in modal
You can do the same from a table Action.
8 replies
FFilament
Created by d3v1anX on 8/8/2024 in #❓┊help
Standard Create Action in modal
Ok first for creating new user with an action.. If you want to do it from your list Page. you can add a getheaderActions() on the page class. Then use Filament\Actions\Action::make('new user'') ->form([ // create your form here using Filament\Forms ]) ->action( // your logic to create user here. ) //you can chain further methods as required
8 replies
FFilament
Created by d3v1anX on 8/8/2024 in #❓┊help
Standard Create Action in modal
If I understand clearly you want to create a user with just a modal I.E not redirecting to a create page.
8 replies
FFilament
Created by Sourabh on 7/31/2024 in #❓┊help
Modal Blade component background not showing transparent.
Seems your video is also dark :squint:
17 replies