Is there any way to add loading indicator on sorting of table head after click on sort icon ?

I want to show loading indicator on toggle column and sort column.
4 Replies
Mohamed Ayaou
Mohamed Ayaou3w ago
it is possible using a custom view that listens to the livewire loading states this is trick for a loading indicator showing whenever something is loading in the page buy livewire
Mohamed Ayaou
Mohamed Ayaou3w ago
FilamentPHP Glow
provide a loading indicator for long running operations
Mohamed Ayaou
Mohamed Ayaou3w ago
You may inject the custom view as a table header action or similar thing
Asmit Nepali
Asmit NepaliOP2w ago
Thank you! @Mohamed Ayaou

Did you find this page helpful?