PHPackages                             i-lateral/silverstripe-gridfield-addons - 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. i-lateral/silverstripe-gridfield-addons

Abandoned → [dft/silverstripe-gridfield-addons](/?search=dft%2Fsilverstripe-gridfield-addons)Silverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

i-lateral/silverstripe-gridfield-addons
=======================================

GridFieldAddOns is a collection of plugins for the Silverstripe GridField.

2.0.6(6y ago)85.8k51BSD-3-ClausePHP

Since Nov 20Pushed 10mo ago8 watchersCompare

[ Source](https://github.com/i-lateral/silverstripe-GridFieldAddOns)[ Packagist](https://packagist.org/packages/i-lateral/silverstripe-gridfield-addons)[ Docs](https://github.com/i-lateral/silverstripe-GridFieldAddOns)[ RSS](/packages/i-lateral-silverstripe-gridfield-addons/feed)WikiDiscussions 3 Synced yesterday

READMEChangelogDependencies (2)Versions (19)Used By (1)

SilverStripe GridFieldAddOns
============================

[](#silverstripe-gridfieldaddons)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/5fbe0093dad2a9dda427ae9c5f1e280947b8282160cbe48752517c7d8d9d3cff/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f692d6c61746572616c2f73696c7665727374726970652d477269644669656c644164644f6e732f6261646765732f7175616c6974792d73636f72652e706e673f623d32)](https://scrutinizer-ci.com/g/i-lateral/silverstripe-GridFieldAddOns/?branch=2)

Introduction
------------

[](#introduction)

GridFieldAddOns is a collection of 5 components to extend the Silverstripe GridField:

### [GridFieldExpandableForm](docs/en/GridFieldExpandableForm.md)

[](#gridfieldexpandableform)

GridFieldExpandableForm is a GridField component to display a form for a GridField item like GridFieldDetailForm does, but within the GridField. It expands the item in the fashion of a jQueryUI accordion effect instead of opening the form in the main part of the UI.

### [GridFieldRecordHighlighter](docs/en/GridFieldRecordHighlighter.md)

[](#gridfieldrecordhighlighter)

GridFieldRecordHighlighter highlights records in a GridField.

### [GridFieldUserColumns](docs/en/GridFieldUserColumns.md)

[](#gridfieldusercolumns)

GridFieldUserColumns gives users control over the columns of the GridField.

### [GridFieldColumnDateFormatter](docs/en/GridFieldColumnDateFormatter.md)

[](#gridfieldcolumndateformatter)

Allows you to re-format any dates on the GridField column provider while retaining sorting.

### [GridfieldCustomDetailForm](docs/en/GridFieldCustomDetailForm.md)

[](#gridfieldcustomdetailform)

Allows you to define custom `GridFieldDetailForm_ItemRequest` for your `DataObject` via config.

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

[](#requirements)

SilverStripe Framework 5+

**NOTE** For SilverStripe 3 support use the `1` branch, for SilverStripe 4, use branch `2`.

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

[](#installation)

Instalation is done via composer: `composer require dft/silverstripe-gridfieldaddons`

Maintainers
-----------

[](#maintainers)

- Andreas Piening &lt;piening at 3online dot de&gt;
- Mark Anderson
- Morven Lewis-Everley

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 87.8% 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 ~151 days

Recently: every ~539 days

Total

17

Last Release

314d ago

Major Versions

1.0.2 → 2.0.0-beta12018-11-20

1.1.0 → 2.0.02019-03-25

2.x-dev → 3.x-dev2025-07-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/c7d4998767cb41bf0048a65158559384fbab33751b26c996d6367019c68c4f8b?d=identicon)[DFT](/maintainers/DFT)

---

Top Contributors

[![mlewis-everley](https://avatars.githubusercontent.com/u/687143?v=4)](https://github.com/mlewis-everley "mlewis-everley (43 commits)")[![Makreig](https://avatars.githubusercontent.com/u/6011781?v=4)](https://github.com/Makreig "Makreig (4 commits)")[![catharsisjelly](https://avatars.githubusercontent.com/u/510747?v=4)](https://github.com/catharsisjelly "catharsisjelly (1 commits)")[![wilr](https://avatars.githubusercontent.com/u/101629?v=4)](https://github.com/wilr "wilr (1 commits)")

---

Tags

gridfieldgridfield-componentssilverstripesilverstripe-4silverstripe-5silverstripecomponentgridfield

### Embed Badge

![Health badge](/badges/i-lateral-silverstripe-gridfield-addons/health.svg)

```
[![Health](https://phpackages.com/badges/i-lateral-silverstripe-gridfield-addons/health.svg)](https://phpackages.com/packages/i-lateral-silverstripe-gridfield-addons)
```

###  Alternatives

[undefinedoffset/sortablegridfield

Adds drag and drop functionality to Silverstripe's GridField

941.2M50](/packages/undefinedoffset-sortablegridfield)[unclecheese/betterbuttons

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

85544.9k19](/packages/unclecheese-betterbuttons)[briceburg/silverstripe-pickerfield

GridField based management of has\_one , has\_many , and many\_many relationship selection

2541.2k1](/packages/briceburg-silverstripe-pickerfield)[webbuilders-group/silverstripe-frontendgridfield

Wraps gridfield adding support for using it on the front-end.

2029.8k1](/packages/webbuilders-group-silverstripe-frontendgridfield)[milkyway-multimedia/ss-gridfield-utils

A collection of GridField components that you can use with any GridField, including Editable Rows and amy more

207.3k2](/packages/milkyway-multimedia-ss-gridfield-utils)[markguinn/silverstripe-gridfieldmultiselect

Gridfield extensions to add checkboxes for each row to easily delete or perform actions on multiple rows.

115.9k](/packages/markguinn-silverstripe-gridfieldmultiselect)

PHPackages © 2026

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