PHPackages                             guava/filament-icon-select-column - 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. guava/filament-icon-select-column

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

guava/filament-icon-select-column
=================================

Adds a icon select (via dropdown) column to your filament tables.

3.0.0(6mo ago)4611.3k↑16.7%4[1 issues](https://github.com/GuavaCZ/filament-icon-select-column/issues)[2 PRs](https://github.com/GuavaCZ/filament-icon-select-column/pulls)MITJavaScriptPHP ^8.2CI passing

Since Dec 1Pushed 4mo ago3 watchersCompare

[ Source](https://github.com/GuavaCZ/filament-icon-select-column)[ Packagist](https://packagist.org/packages/guava/filament-icon-select-column)[ Docs](https://github.com/GuavaCZ/filament-icon-select-column)[ GitHub Sponsors](https://github.com/GuavaCZ)[ RSS](/packages/guava-filament-icon-select-column/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (8)Dependencies (11)Versions (12)Used By (0)

[![filament-icon-select-column Banner](https://github.com/GuavaCZ/filament-icon-select-column/raw/main/.github/banner.png)](https://github.com/GuavaCZ/filament-icon-select-column/raw/main/.github/banner.png)

Icon Select Column for your filament tables
===========================================

[](#icon-select-column-for-your-filament-tables)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ebbfa85b318bd2f8c4a2b1b6cb334d39c2404bc94807cf3e871b418d39bb37ff/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67756176612f66696c616d656e742d69636f6e2d73656c6563742d636f6c756d6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/guava/filament-icon-select-column)[![Total Downloads](https://camo.githubusercontent.com/559f116507f19abcb3fc078ebf790d72ce4e97230d0842b452a66e7ccd77cedf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67756176612f66696c616d656e742d69636f6e2d73656c6563742d636f6c756d6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/guava/filament-icon-select-column)

This plugin adds an editable icon column to your filament tables. The cell renders the current state as an icon, and clicking it opens a dropdown where the user picks a new state, again represented by icons. The selection is saved straight to the record, like filament's own `SelectColumn`.

This is useful for quickly toggling states directly from a table, for example a status, a priority or a rating, without opening the edit page.

Documentation
-------------

[](#documentation)

The full documentation is available at [guava.cz](https://guava.cz/developers/packages/filament-icon-select-column?ref=github&utm_campaign=icon-select-column).

Version compatibility
---------------------

[](#version-compatibility)

Filament versionPlugin version3.x1.x4.x2.x5.x3.xFor older filament versions, please check the branch of the respective version.

Showcase
--------

[](#showcase)

[![Screenshot 1](https://github.com/GuavaCZ/filament-icon-select-column/raw/main/docs/images/screenshot_01.png)](https://github.com/GuavaCZ/filament-icon-select-column/raw/main/docs/images/screenshot_01.png)

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

[](#installation)

You can install the package via composer:

```
composer require guava/filament-icon-select-column
```

Next, publish the package assets:

```
php artisan filament:assets
```

Finally, make sure you have a **custom filament theme** (read [here](https://filamentphp.com/docs/5.x/styling/overview#creating-a-custom-theme) how to create one) and add the following to your **theme.css** file so the CSS is properly built:

```
@source '../../../../vendor/guava/filament-icon-select-column/resources/**/*';
```

Usage
-----

[](#usage)

Add the column to any table. It works best with a backed enum implementing `HasLabel`, `HasIcon` and optionally `HasColor`:

```
use Guava\FilamentIconSelectColumn\Tables\Columns\IconSelectColumn;

$table->columns([
    IconSelectColumn::make('status')
        ->options(Status::class),
]);
```

Everything else, including array options, icon sizes and closing the dropdown on selection, is covered in the [documentation](https://guava.cz/developers/packages/filament-icon-select-column?ref=github&utm_campaign=icon-select-column).

Testing
-------

[](#testing)

```
composer test
```

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)

- [Lukas Frey](https://github.com/lukas-frey)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance72

Regular maintenance activity

Popularity38

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.7% 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 ~59 days

Recently: every ~83 days

Total

8

Last Release

206d ago

Major Versions

1.1.2 → 2.0.0-beta.12025-06-12

2.0.0 → 3.0.02026-01-24

PHP version history (2 changes)1.0.0PHP ^8.1

2.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/42d872f5f47cd71cfd46c8fbd6ec77a6bfb46d6d9499b5e1f843eb407c07f737?d=identicon)[Skrypt](/maintainers/Skrypt)

---

Top Contributors

[![lukas-frey](https://avatars.githubusercontent.com/u/10926334?v=4)](https://github.com/lukas-frey "lukas-frey (23 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

laravelGuavafilament-icon-select-column

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/guava-filament-icon-select-column/health.svg)

```
[![Health](https://phpackages.com/badges/guava-filament-icon-select-column/health.svg)](https://phpackages.com/packages/guava-filament-icon-select-column)
```

###  Alternatives

[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

123204.9k1](/packages/stephenjude-filament-feature-flags)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94160.6k6](/packages/marcelweidum-filament-expiration-notice)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

85240.3k9](/packages/stephenjude-filament-two-factor-authentication)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6758.2k2](/packages/marcelweidum-filament-passkeys)

PHPackages © 2026

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