F
Filament16mo ago
root

Client-Side Modals

Is is possible to use notifications and actions entirely on the client side with JavaScript? I have some data that I don't need on the server and that I'd rather not send over the net, but I'd like to do stuff with it with Filament components.
Solution:
No, Filament is based on Livewire and livewire is based on sending back and forth. you'd need custom JS/blade views for that.
Jump to solution
2 Replies
Solution
toeknee
toeknee16mo ago
No, Filament is based on Livewire and livewire is based on sending back and forth. you'd need custom JS/blade views for that.
root
rootOP16mo ago
Alright, thanks.

Did you find this page helpful?