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