Question mark on table
Hi. Is it possible to add a question mark with a message near a text column like in my picture? Should I make a custom tooltip for this?
5 Replies
Filament
Getting started - Columns - Table Builder - Filament
The elegant TALL stack table builder for Laravel artisans.
this is only on hover. I need that question mark to be always near "cleaning status"
But text should be only when hovered, that's the point of this tooltip
not by default
you probably can do something like
->label(fn() => new HtmlString('label <div x-tooltip="text">icon...</div>))
Thank you so much. This is what I was looking for