table = $table; return $this; } public function getTable(): Table { return $this->table ?? $this->getLayout()->getTable(); } public function getLivewire(): HasTable { return $this->getTable()->getLivewire(); } }