PHPackages                             christmex/filament-toggle-table-group-action - 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. christmex/filament-toggle-table-group-action

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

christmex/filament-toggle-table-group-action
============================================

This is my package filament-toggle-table-group-action

v1.0.4(2mo ago)4229↓90.9%1MITPHPPHP ^8.2CI passing

Since Apr 1Pushed 2mo agoCompare

[ Source](https://github.com/christmex/filament-toggle-table-group-action)[ Packagist](https://packagist.org/packages/christmex/filament-toggle-table-group-action)[ Docs](https://github.com/christmex/filament-toggle-table-group-action)[ GitHub Sponsors](https://github.com/christmex)[ RSS](/packages/christmex-filament-toggle-table-group-action/feed)WikiDiscussions 5.x Synced 4w ago

READMEChangelog (5)Dependencies (24)Versions (6)Used By (0)

Filament Toggle Table Group Action
==================================

[](#filament-toggle-table-group-action)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5a5ceb6e0ac24e5f6daf0281ddedec394ee474c77fc5d2a9418e32c9f10fe1b9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6368726973746d65782f66696c616d656e742d746f67676c652d7461626c652d67726f75702d616374696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/christmex/filament-toggle-table-group-action)[![GitHub Tests Action Status](https://camo.githubusercontent.com/0ca76ab2697a6651456d099537c7eb0a62c18bdff1755b257a071a917831d92b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6368726973746d65782f66696c616d656e742d746f67676c652d7461626c652d67726f75702d616374696f6e2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/christmex/filament-toggle-table-group-action/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/b2b8abed2ebf7cc3fc0a8b51eb37e5a9fd39eacc2568588d9421674fad1c5790/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6368726973746d65782f66696c616d656e742d746f67676c652d7461626c652d67726f75702d616374696f6e2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/christmex/filament-toggle-table-group-action/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/c8a1bde7f19315b92356ee72ed9d7f88bca246e0fbb50c68a73d4cede24bfa2e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6368726973746d65782f66696c616d656e742d746f67676c652d7461626c652d67726f75702d616374696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/christmex/filament-toggle-table-group-action)

 [![Filament Toggle Table Group Action](hero-filament-toggle-table-group-action.png)](hero-filament-toggle-table-group-action.png)

Easily toggle row grouping in your Filament tables

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

[](#installation)

You can install the package via composer:

```
composer require christmex/filament-toggle-table-group-action
```

Important

If you have not set up a custom theme and are using Filament Panels follow the instructions in the [Filament Docs](https://filamentphp.com/docs/4.x/styling/overview#creating-a-custom-theme) first.

After setting up a custom theme add the plugin's views to your theme css file or your app's css file if using the standalone packages.

```
@source '../../../../vendor/christmex/filament-toggle-table-group-action/resources/**/*.blade.php';
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-toggle-table-group-action-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-toggle-table-group-action-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-toggle-table-group-action-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
use Christmex\FilamentToggleTableGroupAction\Actions\ToggleTableGroupAction;
//...
->toolbarActions([
    ToggleTableGroupAction::make()
])
```

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](.github/SECURITY.md) on how to report security vulnerabilities.

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance85

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81% 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 ~4 days

Total

6

Last Release

70d ago

Major Versions

v1.0.4 → 5.x-dev2026-04-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/04d150290278099d4741ae9cf5fd20f9cae6ae908dfd254c8d4c56b08583fa39?d=identicon)[christmex](/maintainers/christmex)

---

Top Contributors

[![christmex](https://avatars.githubusercontent.com/u/34405837?v=4)](https://github.com/christmex "christmex (17 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

filament-pluginlaravelfilamentfilament-pluginfilamentphpchristmexfilament-toggle-table-group-action

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/christmex-filament-toggle-table-group-action/health.svg)

```
[![Health](https://phpackages.com/badges/christmex-filament-toggle-table-group-action/health.svg)](https://phpackages.com/packages/christmex-filament-toggle-table-group-action)
```

###  Alternatives

[biostate/filament-menu-builder

An Elegant Menu Builder for FilamentPHP

6528.1k](/packages/biostate-filament-menu-builder)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12453.6k](/packages/jibaymcs-filament-tour)[wsmallnews/filament-nestedset

Filament nestedset tree builder powered by kalnoy/nestedset with Filament v4 and v5 support

206.5k14](/packages/wsmallnews-filament-nestedset)[awcodes/richer-editor

A collection of extensions and tools to enhance the Filament Rich Editor field.

399.0k8](/packages/awcodes-richer-editor)

PHPackages © 2026

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