{"id":28487817,"url":"https://github.com/defstudio/filament-column-length-limiter","last_synced_at":"2025-10-24T18:38:47.283Z","repository":{"id":272481798,"uuid":"916729980","full_name":"defstudio/filament-column-length-limiter","owner":"defstudio","description":"Limit Filament columns length showing a tooltip when text too long","archived":false,"fork":false,"pushed_at":"2025-06-23T09:50:15.000Z","size":123,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T12:15:04.942Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/defstudio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"defstudio"}},"created_at":"2025-01-14T16:52:54.000Z","updated_at":"2025-06-23T09:50:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"d658a2b5-817b-4093-9a23-056a121106c3","html_url":"https://github.com/defstudio/filament-column-length-limiter","commit_stats":null,"previous_names":["defstudio/filament-column-length-limiter"],"tags_count":1,"template":false,"template_full_name":"filamentphp/plugin-skeleton","purl":"pkg:github/defstudio/filament-column-length-limiter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Ffilament-column-length-limiter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Ffilament-column-length-limiter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Ffilament-column-length-limiter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Ffilament-column-length-limiter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/defstudio","download_url":"https://codeload.github.com/defstudio/filament-column-length-limiter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Ffilament-column-length-limiter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262063715,"owners_count":23252771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-08T05:08:00.386Z","updated_at":"2025-10-24T18:38:47.210Z","avatar_url":"https://github.com/defstudio.png","language":"PHP","funding_links":["https://github.com/sponsors/defstudio"],"categories":[],"sub_categories":[],"readme":"# About\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/defstudio/filament-column-length-limiter.svg?style=flat-square)](https://packagist.org/packages/defstudio/filament-column-length-limiter)\n[![Total Downloads](https://img.shields.io/packagist/dt/defstudio/filament-column-length-limiter.svg?style=flat-square)](https://packagist.org/packages/defstudio/filament-column-length-limiter)\n\n\n\nLimit Filament columns length showing a tooltip when text exceeds\n\n![Limited text](./img/limited.png) ![Tooltip on hover](./img/tooltip.png)\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require defstudio/filament-column-length-limiter\n```\n\n## Usage\n\nAfter installation, just call `-\u003elimitWithTooltip(xx)` in one of your table columns to automatically limit it's length and showing a nice tooltip on hover with full content\n\n```php\nTextColumn::make('description')\n    -\u003elabel('Post Description')\n    -\u003elimitWithTooltip(40)\n```\n\nif 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:\n\n```php\nTextColumn::make('description')\n    -\u003elabel('Post Description')\n    -\u003elimitWithTooltip()\n```\n\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Fabio Ivona](https://github.com/fabio-ivona)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefstudio%2Ffilament-column-length-limiter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefstudio%2Ffilament-column-length-limiter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefstudio%2Ffilament-column-length-limiter/lists"}