FilamentF
Filament2y ago
Sydd

Relation manager only on view page

Guys, please let me know if is possible to display relation manager table only on main resource view page, (disabled on edit page). Thanks for answers.
Solution
@FK21 you are right, thanks for advice. Only one small additional, it's must be public:
protected function getRelationManagers(): array
    {
        return [];
    }
Was this page helpful?