© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
Eric

Retrieve parent in relation page

In the relation page ive created between forms & responses (one to many), id like to get the parent record inside the columns function in the table method, how to?

i also want to retrieve it in here:
public function getTitle(): string | Htmlable
{
    return $form->title . ': ' . __('Responses');
}
public function getTitle(): string | Htmlable
{
    return $form->title . ': ' . __('Responses');
}


relation pages docs ive read -> https://filamentphp.com/docs/3.x/panels/resources/relation-managers#relation-pages
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Related page with unconventional relation to parent
FilamentFFilament / ❓┊help
5mo ago
Refreshing parent page after an action in a relation table
FilamentFFilament / ❓┊help
3y ago
Access parent $record in relation manager
FilamentFFilament / ❓┊help
2y ago
Nested page (parent page)
FilamentFFilament / ❓┊help
3y ago