PHPackages                             xddesigners/grid-field-styling - 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. xddesigners/grid-field-styling

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

xddesigners/grid-field-styling
==============================

Add some style to your Silverstripe GridField

0.1.0(3y ago)1661BSD-3-ClausePHP

Since Mar 15Pushed 2y ago2 watchersCompare

[ Source](https://github.com/xddesigners/grid-field-styling)[ Packagist](https://packagist.org/packages/xddesigners/grid-field-styling)[ RSS](/packages/xddesigners-grid-field-styling/feed)WikiDiscussions main Synced yesterday

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

Silverstripe GridField styling
==============================

[](#silverstripe-gridfield-styling)

Add some style to your Silverstripe GridField.

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

[](#installation)

Install the module trough composer:

```
composer require xddesigners/grid-field-styling
```

Examples
--------

[](#examples)

```
// Configure the gridfield filter form to always show
$gridField->visibleFilterForm();

// Set the gridfield to a dense format
$gridField->denseGrid();

// Removes the GridField_ActionMenu and the class 'grid-field__icon-action--hidden-on-hover'
$gridField->unhideActions();

// Add color to a single column in the row
$gridField->coloredColumn('NameOfColomnToColor');

// Add color to a row by the value of a colomn
$gridField->coloredRows('NameOfColomnThatDeterminesRowColor');

// These methods can also be chained together
$gridField
  ->visibleFilterForm()
  ->denseGrid();
```

You can define your colors in yml on the LeftAndMain. These are named with the ColomnName and ColomnValue.

```
SilverStripe\Admin\LeftAndMain:
  grid_field_colors:
    colomn-value: '#ff6600'
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

1206d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6131c03b7f5ba6b10fef192c90d68d57508e84c007a13321df6960b8298e19d1?d=identicon)[TheBnl](/maintainers/TheBnl)

---

Top Contributors

[![RVXD](https://avatars.githubusercontent.com/u/1586761?v=4)](https://github.com/RVXD "RVXD (5 commits)")

### Embed Badge

![Health badge](/badges/xddesigners-grid-field-styling/health.svg)

```
[![Health](https://phpackages.com/badges/xddesigners-grid-field-styling/health.svg)](https://phpackages.com/packages/xddesigners-grid-field-styling)
```

###  Alternatives

[silverstripe/userforms

UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code

1371.1M85](/packages/silverstripe-userforms)[symbiote/silverstripe-advancedworkflow

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

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

Share draft page content with non-CMS users

21424.1k12](/packages/silverstripe-sharedraftcontent)

PHPackages © 2026

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