Relations Manager in Custom Page #16970
Unanswered
alejophotoart
asked this question in
Help
Replies: 1 comment
-
Integrations.php protected function getViewData(): array
{
return [
'ownerRecord' => YourModel::where(...)->first(),
'pageClass' => static::class,
];
} Your view <x-filament-panels::page>
...
@livewire(App\Filament\Resources\YourResource\YourRelationManager::class, [
'ownerRecord' => $ownerRecord,
'pageClass' => $pageClass,
])
</x-filament-panels::page> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Package
Panel builder
Package Version
V3.0.0
How can we help you?
Can somebody help me? I need add a relation manager inside custom page (i sue filamente 3)
My custom page

My Page controller

Beta Was this translation helpful? Give feedback.
All reactions