© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
10 replies
KingNii

ImageColumn not displaying in Table builder

I created a listing data with an image and I'm using the Table builder to create a table for my listing. The problem is that all other data columns are displaying except for the image. When I output the image without the Table builder by using Storage::URL($image), the image display but when I use the ImageColumn::make('image'), the image is displayed. This is how I saved the image FileUpload::make('image')
->image()
->preserveFilenames()
->directory('listing')
->hint('Main Image')
->columnSpan('full')
->required(),
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

ImageColumn not displaying .png
FilamentFFilament / ❓┊help
2y ago
The data is not displaying in the Filament Table Builder v2.
FilamentFFilament / ❓┊help
2y ago
Table pagination not displaying
FilamentFFilament / ❓┊help
2mo ago
i am displaying the data in table builder using column()
FilamentFFilament / ❓┊help
3y ago