© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
3 replies
EMMAN

Modal Popup on 'ImageColumn' Click - Table

Good day. It is possible to display a Modal on a click on 'ImageColumn' on table?

CURRENT CODE:

Tables\Columns\ImageColumn::make('requirement_qrcode_path')
->height('80%')
->width('100%')
->getStateUsing(function (RequirementsManagement $record): ?string {
return $record->requirement_qrcode_path ?? '';
})
->extraImgAttributes([
'img' => 'src'
]),
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

Show relation table into modal popup
FilamentFFilament / ❓┊help
3y ago
Image Gallery On Modal like ImageColumn
FilamentFFilament / ❓┊help
2y ago
Modal popup on bulk action
FilamentFFilament / ❓┊help
3y ago
Set up table item View modal popup
FilamentFFilament / ❓┊help
3y ago