© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
7 replies
Diogo Pinto

Action shows view with nested actions?

Hey guys, how are you?

How would you approach creating an action that is a livewire component by itself? Meaning, that when you click it renders a dynamic view with actions nested?

I've used:

                ->modalContentFooter(fn ($record) => view(
                    'filament.actions.media-browser',
                    ['documents' => $record->getDocuments()],
                )),
                ->modalContentFooter(fn ($record) => view(
                    'filament.actions.media-browser',
                    ['documents' => $record->getDocuments()],
                )),


this returns an array, and in the blade file I user a foreach... but I want to be able to click an array item and when I click it, it renders a modal with something.

Thank you so much!
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

passing action arguments into nested actions
FilamentFFilament / ❓┊help
6mo ago
nested repeater with forms Actions Component
FilamentFFilament / ❓┊help
17mo ago
Nested modal actions inside Infolist action modal not opening
FilamentFFilament / ❓┊help
4mo ago
Nested Modal Action
FilamentFFilament / ❓┊help
3y ago