© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
8 replies
KA

Two columns in one cell

Wanted to show
ImageColumn
ImageColumn
and
InputColumn
InputColumn
side by side like documentation. Any idea how to achieve it?
demo.png
Solution
in your first Split element(image) add the following attribute:
->grow(false)
->grow(false)

then in your "name" column you can use
->description(fn ($record): ?string => $record->email)
->description(fn ($record): ?string => $record->email)

to show the email below the name 🙂
Jump to solution
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

Merge two columns into one?
FilamentFFilament / ❓┊help
3y ago
Two columns form
FilamentFFilament / ❓┊help
3y ago
Two repeaters in one resource?
FilamentFFilament / ❓┊help
3y ago
Form Select relationship search in two columns
FilamentFFilament / ❓┊help
2y ago