{"record":{"id":"5c971ef66bfea931","repo":"filamentphp/filament","slug":"the-column-this-getname-is-not-mounted-to","errorCode":null,"errorMessage":"The column [{$this->getName()}] is not mounted to a table.","messagePattern":"The column \\[(.+?)\\] is not mounted to a table\\.","errorType":"exception","errorClass":"LogicException","httpStatus":null,"severity":"error","filePath":"packages/tables/src/Columns/Column.php","lineNumber":94,"sourceCode":"\n        if (blank($name)) {\n            throw new LogicException(\"Column of class [$columnClass] must have a unique name, passed to the [make()] method.\");\n        }\n\n        $static = app($columnClass, ['name' => $name]);\n        $static->configure();\n\n        return $static;\n    }\n\n    public static function getDefaultName(): ?string\n    {\n        return null;\n    }\n\n    public function getTable(): Table\n    {\n        return $this->table ?? $this->getGroup()?->getTable() ?? $this->getLayout()?->getTable() ?? throw new LogicException(\"The column [{$this->getName()}] is not mounted to a table.\");\n    }\n\n    /**\n     * @return array<mixed>\n     */\n    protected function resolveDefaultClosureDependencyForEvaluationByName(string $parameterName): array\n    {\n        return match ($parameterName) {\n            'livewire' => [$this->getLivewire()],\n            'record' => [$this->getRecord()],\n            'rowLoop' => [$this->getRowLoop()],\n            'state' => [$this->getState()],\n            'table' => [$this->getTable()],\n            default => parent::resolveDefaultClosureDependencyForEvaluationByName($parameterName),\n        };\n    }\n\n    /**","sourceCodeStart":76,"sourceCodeEnd":112,"githubUrl":"https://github.com/filamentphp/filament/blob/53483fa9340e4ec637985fe454ebb58afb92ea24/packages/tables/src/Columns/Column.php#L76-L112","documentation":"Error \"The column [{$this->getName()}] is not mounted to a table.\" thrown in filamentphp/filament.","triggerScenarios":"Thrown at packages/tables/src/Columns/Column.php:94 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"53483fa9340e4ec637985fe454ebb58afb92ea24","analyzedAt":"2026-08-17T02:06:23.049Z","schemaVersion":2},"datasetVersion":"2026-08-17T04:17:16.089Z"}