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 []; }
protected function getRelationManagers(): array { return []; }