xb23
xb23
FFilament
Created by xb23 on 7/4/2024 in #❓┊help
Filament - Custom Modal - Help
Hello, I'm triggering this from a blade.php <div wire:click="requestBookSlot($event.target.getAttribute('data-locationID'),$event.target.getAttribute('data-weekId'))" This then calls a requestBookSlot in my EditBookings.php - This bit works, but I'm trying to make it so I can load a modal box in certain conditions from my EditBookings.php - I cant work out how to do it can anyone help?
1 replies
FFilament
Created by xb23 on 6/26/2024 in #❓┊help
Help with a Form and ViewField::make
I cant figure this out, so in a form I'm using a ViewField to make a visual element of the data in the form, but if I have a select box called 'owners' how can I pass the value of 'owners' into the ViewField?
6 replies
FFilament
Created by xb23 on 6/26/2024 in #❓┊help
I'm using Select::make('manager_id') - but I need to do some conditional if statements
Is there a way to retrieve my created Select::make('manager_id') so I can add additional parameters to it for a conditional statement?
3 replies
FFilament
Created by xb23 on 5/14/2024 in #❓┊help
Anyone know a way to access control a certain field rather than an entire resource?
Anyone know a way to access control a certain field rather than an entire resource?
3 replies