DEF STUDIO srl

Need help with Laravel and web development?

Hire one of our experts for your projects.

We build tailored products, websites and platforms — with care for UX, performance and maintainability.

Booking open for Q2 — limited slots

You are seeing the documentation for version v4, but the last version for this package is v5. Click here to go to the last version.

Latest Version on Packagist Downloads Follow Us

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

Suggest a change
Last updated 04 November 2025