Filament Column Length Limiter is a Laravel package that allows you to limit Filament columns length showing a tooltip when text exceeds
TextColumn::make('description') ->label('Post Description') ->limitWithTooltip(40)
if no length is set, the column will try to take all available space, cutting its length in case of overflow, still showing the tooltip only if its content is cut:
TextColumn::make('description') ->label('Post Description') ->limitWithTooltip()
Get the full source code at https://github.com/defstudio/filament-column-length-limiter
This package is powered by def:studio, follow us on Twitter