© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•9mo ago•
2 replies
Sven

stacked Imagecolumn with tooltip/title?

Hey!

I'm doing exactly the use case from the doc: https://filamentphp.com/docs/3.x/tables/columns/image#stacking-images stacking images representing the user avatars.

I saw that one can add extra-attributes like this

    ->extraImgAttributes(fn (Company $record): array => [
        'alt' => "{$record->name} logo",
    ]),
    ->extraImgAttributes(fn (Company $record): array => [
        'alt' => "{$record->name} logo",
    ]),


But in that case $record refers to the record of the row, not the iterated record (i.e in my case, the todo which has a relation to all assigned uses, instead of the current user whos avatar is being rendered).

But not everybody knows everybody from their looks / even has an avatar. Is there a way to have a tooltip or even title-attribute when hovering the avatars?
Image column - Tables - 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

ImageColumn default url for stacked columns
FilamentFFilament / ❓┊help
2y ago
ImageColumn
FilamentFFilament / ❓┊help
3y ago
ToolTip with FullCalendar
FilamentFFilament / ❓┊help
2y ago
Table resource with Stacked avatars and it's alt or title attribute
FilamentFFilament / ❓┊help
3y ago