PHPackages                             derralf/silverstripe-gridfieldtogglevisibility - 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. derralf/silverstripe-gridfieldtogglevisibility

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

derralf/silverstripe-gridfieldtogglevisibility
==============================================

quickly toggle hidden status from gridfield

1.0.x-dev(7y ago)1139BSD-3-ClausePHP

Since Oct 5Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/derralf/silverstripe-gridfieldtogglevisibility)[ Packagist](https://packagist.org/packages/derralf/silverstripe-gridfieldtogglevisibility)[ RSS](/packages/derralf-silverstripe-gridfieldtogglevisibility/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

SilverStripe GridfieldToggleVisibility
======================================

[](#silverstripe-gridfieldtogglevisibility)

Simple experimental Module to provide Gridfeld Actions to easy toggle a Boolean Field (eg "Hidden", or "Active")

Private project, no help/support provided

Requirements
------------

[](#requirements)

- SilverStripe ^4.1

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

[](#installation)

- Install the module via Composer ```
    composer require derralf/silverstripe-gridfieldtogglevisibility

    ```

Requirements
------------

[](#requirements-1)

A boolean field on the target object, eg. "Hidden", "Active", "Visible", etc

Configuration
-------------

[](#configuration)

If you use a "negative field" (e.g. "Hidden", "Hide") use **GridFieldToggleHiddenAction**

```
# as param use "Hidden", "Hide" or wahtever your boolean field is named
# defaults to "Hidden" if no param is provided
$MyGridfieldConfig->addComponent(new GridFieldToggleHiddenAction('Hidden'));

```

If you use a "positive field" (e.g. "Active", "Visible") use **GridFieldToggleActiveAction**

```
# as param use "Active", "Vidible" or wahtever your boolean field is named
# defaults to "Active" if no param is provided
$MyGridfieldConfig->addComponent(new GridFieldToggleActiveAction('Active'));

```

---

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

2826d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1495867?v=4)[derralf](/maintainers/derralf)[@derralf](https://github.com/derralf)

---

Tags

silverstripegridfield

### Embed Badge

![Health badge](/badges/derralf-silverstripe-gridfieldtogglevisibility/health.svg)

```
[![Health](https://phpackages.com/badges/derralf-silverstripe-gridfieldtogglevisibility/health.svg)](https://phpackages.com/packages/derralf-silverstripe-gridfieldtogglevisibility)
```

###  Alternatives

[symbiote/silverstripe-gridfieldextensions

A collection of useful grid field components

951.9M265](/packages/symbiote-silverstripe-gridfieldextensions)[undefinedoffset/sortablegridfield

Adds drag and drop functionality to Silverstripe's GridField

911.3M52](/packages/undefinedoffset-sortablegridfield)[lekoala/silverstripe-cms-actions

Add actions to your models in SilverStripe

39344.8k29](/packages/lekoala-silverstripe-cms-actions)[unclecheese/betterbuttons

Adds new form actions and buttons to GridField detail form for usability enhancements.

84554.0k19](/packages/unclecheese-betterbuttons)[symbiote/silverstripe-advancedworkflow

Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.

46302.4k9](/packages/symbiote-silverstripe-advancedworkflow)[lekoala/silverstripe-softdelete

Soft delete extension for SilverStripe

11236.3k](/packages/lekoala-silverstripe-softdelete)

PHPackages © 2026

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