loading spinner
Hello
I'm using Sushi Package to convert API request into model .. then I generate a resource to filament Admin Panel.
So far , so god
The problem is that it takes several seconds to load the page since I click the sidebar button ...
Any way to create loading spinner (cloak) to inform something is happening ?
Thanks
2 Replies
Try
->deferLoading()
on your table, in the resourceGreat! It works .. Thanks
Now the problem is loading the view-page .. 5 sec waiting π