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
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
You may inject the custom view as a table header action or similar thing
Thank you! @Mohamed Ayaou