christmex
Is Filament Multi Tenant Doesn't Support Laravel Scope via Class Scope?
this is just a question, i know how to scope my stuff, using getEloquentQuery in my Resource, but when i use Class Scope(Ex: UserScope) and use it via ScopedBy it doesnt work, what imean is i want to access Filament::getTenant()->id from my UserScope.
so is it right that we cant acces Filament::getTenant()->id from UserScope Right? when we use filament resource? thanks
3 replies
Refresh table widget in dashboard after success create record using action
How can i achieve to refresh the table only after i create record using action, i mean, i can using poll in my table widget but, its kinda annoying when u always request, so i think that would be better its only update after i success create the record via modal action
thank you.
7 replies