PHPackages                             defstudio/filament-column-length-limiter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. defstudio/filament-column-length-limiter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

defstudio/filament-column-length-limiter
========================================

Limit Filament columns length showing a tooltip when text exceeds

v5.0.0(2mo ago)126.2k↓15.2%4MITPHPPHP ^8.2CI passing

Since Jan 14Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/defstudio/filament-column-length-limiter)[ Packagist](https://packagist.org/packages/defstudio/filament-column-length-limiter)[ Docs](https://github.com/defstudio/filament-column-length-limiter)[ GitHub Sponsors](https://github.com/defstudio)[ RSS](/packages/defstudio-filament-column-length-limiter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (20)Used By (0)

About
=====

[](#about)

[![Latest Version on Packagist](https://camo.githubusercontent.com/023d272a49ee9bc391c4dd99fb079fa233ac14c8252c19dab5221b7629c7aa9b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64656673747564696f2f66696c616d656e742d636f6c756d6e2d6c656e6774682d6c696d697465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/defstudio/filament-column-length-limiter)[![Total Downloads](https://camo.githubusercontent.com/c5fc4bd4f95f28d03d032cf3dca190fd8e045e343c18bb27690765f2c1b8c4f7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64656673747564696f2f66696c616d656e742d636f6c756d6e2d6c656e6774682d6c696d697465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/defstudio/filament-column-length-limiter)

Limit Filament columns length showing a tooltip when text exceeds

[![Limited text](./img/limited.png)](./img/limited.png) [![Tooltip on hover](./img/tooltip.png)](./img/tooltip.png)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require defstudio/filament-column-length-limiter
```

Usage
-----

[](#usage)

After installation, just call `->limitWithTooltip(xx)` in one of your table columns to automatically limit it's length and showing a nice tooltip on hover with full content

```
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()
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Fabio Ivona](https://github.com/fabio-ivona)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance81

Actively maintained with recent releases

Popularity33

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~26 days

Recently: every ~51 days

Total

17

Last Release

63d ago

Major Versions

v1.x-dev → v4.0.02025-08-18

v4.0.10 → v5.0.02026-03-17

PHP version history (2 changes)v1.0.0PHP ^8.1

v5.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/db5e0ab5568062368a52c61d67381c1a35be5e5c816968dd3883bc7ba2d46b53?d=identicon)[fabio.ivona](/maintainers/fabio.ivona)

---

Top Contributors

[![fabio-ivona](https://avatars.githubusercontent.com/u/8792274?v=4)](https://github.com/fabio-ivona "fabio-ivona (45 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (10 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")[![MarioGattolla](https://avatars.githubusercontent.com/u/94918437?v=4)](https://github.com/MarioGattolla "MarioGattolla (5 commits)")

---

Tags

filamentfilament-pluginfilamentphplaravelphptableslaraveldefstudiofilament-column-length-limiter

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/defstudio-filament-column-length-limiter/health.svg)

```
[![Health](https://phpackages.com/badges/defstudio-filament-column-length-limiter/health.svg)](https://phpackages.com/packages/defstudio-filament-column-length-limiter)
```

###  Alternatives

[defstudio/filament-searchable-input

A searchable autocomplete input for Filament forms

3212.4k](/packages/defstudio-filament-searchable-input)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[codebar-ag/laravel-filament-json-field

A Laravel Filament JSON Field integration with CodeMirror support

1124.1k](/packages/codebar-ag-laravel-filament-json-field)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[defstudio/actions

Helpers methods for Laravel Actions

119.8k](/packages/defstudio-actions)[defstudio/enum-features

A simple trait to enable a feature system using Enums and Laravel Pennant

162.1k](/packages/defstudio-enum-features)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
