Is there any way to add loading indicator to custom widgets ?
I tried to use a variable to control the view showing the <x-filament::loading-indicator class="h-5 w-5" /> or not, but it didnt work
1 Reply
I did it - I overwrote the CanBeLazy trait and changed the load view to my - it worked - thanks