WillThatch
WillThatch
FFilament
Created by WillThatch on 2/21/2024 in #❓┊help
create modal that can trigger via custom view blade
I have to dig deeper on modal blade component. Thank you for your insight!
3 replies
FFilament
Created by WillThatch on 10/17/2023 in #❓┊help
Button that will trigger a modal right after the form field
affix action is what I am looking for. Modal is an idea only to choose a vendor although another column onto the repeater is much more cleaner. thank you @awcodes
5 replies
FFilament
Created by WillThatch on 8/31/2023 in #❓┊help
How to Reload Dashboard Widget from Other Widget after Modal Action?
yes this is another way. thanks for sharing this. It is a big help to understand the flow.
8 replies
FFilament
Created by WillThatch on 8/31/2023 in #❓┊help
How to Reload Dashboard Widget from Other Widget after Modal Action?
I just added this to ReturnedItems Widget protected $listeners = ['updateLatestReturnedItems' => '$refresh']; and fire emit from BorrowedItems Widget inside modal action $this->emit('updateLatestReturnedItems'); Found the solution here: https://filamentphp.com/community/how-to-refresh-widgets-when-table-actions-are-fired
8 replies