isLoadingDeferred = $condition; return $this; } public function isLoadingDeferred(): bool { return (bool) $this->evaluate($this->isLoadingDeferred); } public function isLoaded(): bool { return $this->getLivewire()->isTableLoaded(); } }