Modal action polling
I need some help. I created a custom action that gets data from an external web service, the question is, How can I pull data (let's say every 2 seconds) and update that modal?
Solution:Jump to solution
Laravel
wire:poll | Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
2 Replies
Solution
Laravel
wire:poll | Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
When I use wire:poll, it starts making requests, but it doesn't call fillForm. I want to make a request with the id coming from the row record/state.
Thanks, actually, that helped me a lot.