© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
5 replies
Saade

Table inside simple resource's modal

Is there an option to view a table inside the resource edit modal? I need to put a table inside the edit modal (below the form fields) to act like a view-only relation manager
Solution
For someone looking at this in the future

I've created a
ViewField
ViewField
with a blade file with the following content:

@livewire(
  \App\Filament\Resources\YouResource\RelationManagers\YourRelationManager::class,
  ['lazy' => true, 'ownerRecord' => $getRecord(), 'pageClass' => static::class]
)
@livewire(
  \App\Filament\Resources\YouResource\RelationManagers\YourRelationManager::class,
  ['lazy' => true, 'ownerRecord' => $getRecord(), 'pageClass' => static::class]
)
Jump to solution
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

Simple Resource Modal Width
FilamentFFilament / ❓┊help
3y ago
Table inside Modal
FilamentFFilament / ❓┊help
8mo ago
Simple modal resource extra actions
FilamentFFilament / ❓┊help
2y ago
how to mutateFormDataBeforeCreate inside simple resource?
FilamentFFilament / ❓┊help
2y ago