© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
38 replies
Thijmen

TableWidget modal not opening

I have a tablewidget with the following code:
TextColumn::make('contents')
    ->label('Inhoud')
    ->icon('heroicon-s-cube')
    ->action(Action::make('contents')
    ->action(fn (Colli $record) => $record->advance())
     ->modalContent(fn (Colli $record): View => view('filament.fields.shipment-table-contents', ['record' => $record]))
                    )
     ->limit(50),
TextColumn::make('contents')
    ->label('Inhoud')
    ->icon('heroicon-s-cube')
    ->action(Action::make('contents')
    ->action(fn (Colli $record) => $record->advance())
     ->modalContent(fn (Colli $record): View => view('filament.fields.shipment-table-contents', ['record' => $record]))
                    )
     ->limit(50),

According to the following docs that should be good: https://filamentphp.com/docs/3.x/actions/modals#custom-modal-content.
Only problem now is that no modal opens.
Modals - Actions - Filament
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

Action modal not opening
FilamentFFilament / ❓┊help
3y ago
Widget Action not opening modal
FilamentFFilament / ❓┊help
3w ago
Relationship manager modal not opening
FilamentFFilament / ❓┊help
11mo ago
TableWidget
FilamentFFilament / ❓┊help
3y ago