© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
5 replies
Steve_OH

Is there a way to show html images inside an infolist?

In the Rich Text Editor you can add images, is there a way to display those images when viewing the record with an infolist? I tried the ->html() method, but the image does not show up, or maybe I've done something wrong?

The infolist item is as follows:

TextEntry::make('description')
    ->label(__('Description'))
    ->color('primary')
    ->html()
    ->columnSpan([
    'sm' => 2,
]),
TextEntry::make('description')
    ->label(__('Description'))
    ->color('primary')
    ->html()
    ->columnSpan([
    'sm' => 2,
]),


Suggestions and help would be greatly appreciated!
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

Is there a way to show related record information in a textEntry inside infolist?
FilamentFFilament / ❓┊help
2y ago
Is there a way to display tags in an infolist?
FilamentFFilament / ❓┊help
8mo ago
Is there a way I can put an infolist inside of a wizard modal?
FilamentFFilament / ❓┊help
2y ago
Show Filament Table/Form inside an Infolist tab?
FilamentFFilament / ❓┊help
3y ago