© 2026 Hedgehog Software, LLC

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

rendering Relation Manager table on a custom blade page

Is it possible to render a relation manager table out of resource file

I have class User Profile that extends a layout class User Profile Layout extends Page (this is linked to the resource)

and for User Profile t i am using a custom blade view

just to give an idea

<x-layouts.user-profile>
    <livewire:likes-table :user="$this->record"  />
    <livewire:comments-table :user="$this->record"  />
</x-layouts.user-profile>
<x-layouts.user-profile>
    <livewire:likes-table :user="$this->record"  />
    <livewire:comments-table :user="$this->record"  />
</x-layouts.user-profile>


I also have relation managers in user resource and they are working fine on edit page

how can i render the same relation managers for likes table
and comments table instead of using a table component class(for likes and comments
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

Relation manager in custom page
FilamentFFilament / ❓┊help
3y ago
Get active relation manager table filters from custom page
FilamentFFilament / ❓┊help
2y ago
reload \ refresh relation manager table on page action
FilamentFFilament / ❓┊help
17mo ago
Relation manager in custom view page
FilamentFFilament / ❓┊help
3y ago