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

ActiveSilverstripe-vendormodule

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 1mo ago

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 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity34

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

1151d 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-terraformers/gridfield-rich-filter-header

Rich filter header component for GridField

1325.7k1](/packages/silverstripe-terraformers-gridfield-rich-filter-header)[silverstripe/superglue

102.2k](/packages/silverstripe-superglue)

PHPackages © 2026

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