PHPackages                             shibomb/filament-multi-components-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. shibomb/filament-multi-components-column

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

shibomb/filament-multi-components-column
========================================

A Simple Mutli Components Column for Filament Table

v1.0.0(3y ago)024[1 PRs](https://github.com/shibomb/filament-multi-components-column/pulls)MITPHPPHP ^8.0|^8.1

Since Feb 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/shibomb/filament-multi-components-column)[ Packagist](https://packagist.org/packages/shibomb/filament-multi-components-column)[ Docs](https://github.com/shibomb/filament-multi-components-column)[ RSS](/packages/shibomb-filament-multi-components-column/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (8)Versions (3)Used By (0)

This repository will no longer be maintained.
=============================================

[](#this-repository-will-no-longer-be-maintained)

You can use [Filament Tables Stack](https://filamentphp.com/docs/3.x/tables/layout#collapsible-content).

---

Filament MultiComponents Column
===============================

[](#filament-multicomponents-column)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2020e2d53f9e41edb28d7c3ec27458d5c94f5a1a3e2a829b83ee6a84cb303552/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736869626f6d622f66696c616d656e742d6d756c74692d636f6d706f6e656e74732d636f6c756d6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shibomb/filament-multi-components-column)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/00d3bb6de4bf55937bfd44c936679164bb6dcc668fdbfbad9d765811025fb402/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736869626f6d622f66696c616d656e742d6d756c74692d636f6d706f6e656e74732d636f6c756d6e2f7068702d63732d66697865722e796d6c3f6272616e63683d6d61696e267374796c653d666c61742d737175617265)](https://github.com/shibomb/filament-multi-components-column/actions/workflows/php-cs-fixer.yml?query=branch%3Amain++)[![Total Downloads](https://camo.githubusercontent.com/ae5dcd12b7c8d8346b5330a46ad4663249d83b5a173263ff1259f95b06f5f1c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736869626f6d622f66696c616d656e742d6d756c74692d636f6d706f6e656e74732d636f6c756d6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shibomb/filament-multi-components-column)

A Simple Mutli Components Column for Filament Table.

[![](./art/screen1.png)](./art/screen1.png)

Filament Admin Panel
--------------------

[](#filament-admin-panel)

This package is tailored for [Filament Admin Panel](https://filamentphp.com/).

Make sure you have installed the admin panel before you continue with the installation. You can check the [documentation here](https://filamentphp.com/docs/admin)

Supported Versions
------------------

[](#supported-versions)

PHP: `8.0`

Laravel: `8` &amp; `9`

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

[](#installation)

You can install the package via composer:

```
composer require shibomb/filament-multi-components-column
php artisan filament-multi-components-column:install
```

### Placing components horizontally in a single column

[](#placing-components-horizontally-in-a-single-column)

```
use Shibomb\FilamentMultiComponentColumn\Components\MultiComponentsColumn;

class FooBarResource extends Resource
{
    :
    public static function table(Table $table): Table
    {
        :
        return $table
            ->columns([
                MultiComponentsColumn::make('foo')
                    ->components([
                        Tables\Columns\TextColumn::make('foo'),
                        Tables\Columns\TextColumn::make('bar')
                    ]),
        :
```

### Placing components verticaly in a single column

[](#placing-components-verticaly-in-a-single-column)

```
                MultiComponentsColumn::make('foo')
                    ->components([
                        Tables\Columns\TextColumn::make('foo'),
                        Tables\Columns\TextColumn::make('bar')
                    ])
                    ->verticaly(),
```

### Override ClassNames

[](#override-classnames)

```
                MultiComponentsColumn::make('foo')
                    ->components([
                        Tables\Columns\TextColumn::make('foo'),
                        Tables\Columns\TextColumn::make('bar')
                    ])
                    ->classNames('your-original-class'),
```

### Append ClassNames

[](#append-classnames)

```
                MultiComponentsColumn::make('foo')
                    ->components([
                        Tables\Columns\TextColumn::make('foo'),
                        Tables\Columns\TextColumn::make('bar')
                    ])
                    ->appendClassNames('rounded-lg bg-primary-500'),
```

Note: If calling `verticaly()`, `appendClassNames()` must be called after `verticaly()`.

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)

- [shibomb](https://github.com/shibomb)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.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

Unknown

Total

1

Last Release

1243d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/958471?v=4)[SHIBAHARA Hiroki](/maintainers/shibomb)[@shibomb](https://github.com/shibomb)

---

Top Contributors

[![shibomb](https://avatars.githubusercontent.com/u/958471?v=4)](https://github.com/shibomb "shibomb (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

---

Tags

laravelcomponentsmultishibombfilament-multi-components-columninline-flex

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/shibomb-filament-multi-components-column/health.svg)

```
[![Health](https://phpackages.com/badges/shibomb-filament-multi-components-column/health.svg)](https://phpackages.com/packages/shibomb-filament-multi-components-column)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

284.5k1](/packages/finity-labs-fin-mail)

PHPackages © 2026

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