seetakanta
seetakanta
FFilament
Created by seetakanta on 10/5/2023 in #❓┊help
how you render button without click it
i use that in materialreources .php file now it work
5 replies
FFilament
Created by seetakanta on 10/5/2023 in #❓┊help
how you render button without click it
their is a reactive() function in filament
5 replies
FFilament
Created by seetakanta on 10/4/2023 in #❓┊help
how add css property in action button in resources/createpage
can you tell me how i change height and width of this button
11 replies
FFilament
Created by seetakanta on 10/4/2023 in #❓┊help
how add css property in action button in resources/createpage
ok sir thank you
11 replies
FFilament
Created by seetakanta on 10/4/2023 in #❓┊help
how add css property in action button in resources/createpage
public function getActions(): array { return [ Actions\CreateAction::make() ->label('Generate from ChatGPT') ->action(fn () => $this->fillFormFields1()) ->disabled($disableGenerateButton) // ->color($formFilled ? 'success' : 'secondary') ->color('success') ->outlined() ->extraAttributes([ 'class' => 'float-right', ]), ]; } i wrote this in my creatResourecesname.php page
11 replies
FFilament
Created by seetakanta on 10/4/2023 in #❓┊help
how add css property in action button in resources/createpage
No description
11 replies
FFilament
Created by seetakanta on 10/4/2023 in #❓┊help
how add css property in action button in resources/createpage
it was not working
11 replies
FFilament
Created by MRBUG on 10/4/2023 in #❓┊help
clickable widget
thank you
13 replies
FFilament
Created by MRBUG on 10/4/2023 in #❓┊help
clickable widget
can you tell me how add css property in action button in resources/createpage Actions\CreateAction::make() ->label('create') ->extraAttributes([ 'class' => 'float-right', ]), this is my code i want that button float in right for that i write class float-right but it doesnot work
13 replies
FFilament
Created by MRBUG on 10/4/2023 in #❓┊help
clickable widget
hii sir
13 replies
FFilament
Created by seetakanta on 10/4/2023 in #❓┊help
how add css property in action button in resources/createpage
please give me any solution
11 replies