Specific Relation Manager in Custom View

Hello,

How to display individual relation managers in custom view?

Is there any way to show a specific relation manager using this code snippet?

<x-filament-panels::resources.relation-managers
    :active-manager="$activeRelationManager"
    :managers="$this->getRelationManagers()"
    :owner-record="$record"
    :page-class="static::class"
/>


Also, would it be possible to enable CRUD operations for relation managers in the custom view page?

Thank You. πŸ™‚
Was this page helpful?