Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
hugh_jazz99
Posts
Comments
F
Filament
•
Created by hugh_jazz99 on 7/24/2023 in
#❓┊help
How can I render form builder components in a custom view?
Perfect this is what I needed, thank you!
7 replies
F
Filament
•
Created by hugh_jazz99 on 7/24/2023 in
#❓┊help
How can I render form builder components in a custom view?
7 replies
F
Filament
•
Created by hugh_jazz99 on 7/19/2023 in
#❓┊help
JS notifications aren't sent if there's no server connectivity. Is there a way around this?
Alright I see, ok the chances of this happening are pretty low so I’ll do an alert, thank you
4 replies
F
Filament
•
Created by hugh_jazz99 on 6/1/2023 in
#❓┊help
Is it possible to have a table action call a JS/Alpine method instead of a Livewire method?
I was thinking of making a custom column, is this what you mean?
15 replies
F
Filament
•
Created by hugh_jazz99 on 6/1/2023 in
#❓┊help
Is it possible to have a table action call a JS/Alpine method instead of a Livewire method?
This is what I'm trying to do, so to be able to catch the event from Alpine I just need to use
dispatchBrowserEvent
instead of
emit
?
15 replies
F
Filament
•
Created by hugh_jazz99 on 6/1/2023 in
#❓┊help
Is it possible to have a table action call a JS/Alpine method instead of a Livewire method?
https://filamentphp.com/tricks/emit-event-from-table-actions
15 replies
F
Filament
•
Created by hugh_jazz99 on 6/1/2023 in
#❓┊help
Is it possible to have a table action call a JS/Alpine method instead of a Livewire method?
a table action, at the end of a table row
15 replies
F
Filament
•
Created by hugh_jazz99 on 6/1/2023 in
#❓┊help
Is it possible to have a table action call a JS/Alpine method instead of a Livewire method?
Got it, sorting/filtering isn't as important so that's ok. Is there documentation on dispatching browser events with an action? I couldn't find anything
15 replies
F
Filament
•
Created by hugh_jazz99 on 6/1/2023 in
#❓┊help
Is it possible to have a table action call a JS/Alpine method instead of a Livewire method?
Found this interesting method:
extraAlpineAttributes
, but can't find any documentation about it
15 replies