F
Filament16mo ago
Martin

Filament v2 - deferLoading() - Defer loading on a Widget having a table

I'm looking for a way to defer loading of a widget inside a Edit page that took long to load.
1 Reply
Patrick Boivin
Patrick Boivin16mo ago
I'm not completely sure but I think you can override this method on your TableWidget:
public function isTableLoadingDeferred(): bool
{
return true;
}
public function isTableLoadingDeferred(): bool
{
return true;
}
Want results from more Discord servers?
Add your server