Loading indicator after Filter fired
Hi!
Can I add a loading indicator to the table after updating a Filter?
https://i.vgy.me/I7tUfv.gif
Or should i handle on js side? (
3 Replies
Assuming this is a custom page (looks like a custom form and some Grafana iframes?), I think you can add a global loading indicator with
wire:loading
https://laravel-livewire.com/docs/2.x/loading-states#toggling-elementsLivewire
Loading States | Livewire
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
Maybe a div with a low opacity and a spinner, that covers the form/graph area
nice, thx, its working π