PHPackages                             ucenna/silverstripe-sectioned-gridfield - 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. ucenna/silverstripe-sectioned-gridfield

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

ucenna/silverstripe-sectioned-gridfield
=======================================

Add sub grids to your gridfields.

0.8.0(8y ago)43242BSD-3-ClausePHPCI failing

Since Apr 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ucenna/Silverstripe-Sectioned-Grid-Field)[ Packagist](https://packagist.org/packages/ucenna/silverstripe-sectioned-gridfield)[ RSS](/packages/ucenna-silverstripe-sectioned-gridfield/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Silverstripe-Sectioned-Grid-Field
=================================

[](#silverstripe-sectioned-grid-field)

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

[](#requirements)

- [silverstripe/silverstripe-framework](https://github.com/silverstripe/silverstripe-framework) ^4.0

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

[](#installation)

`composer require ucenna/silverstripe-sectioned-gridfield`

Usage
-----

[](#usage)

Sectioned GridField extends the GridField class, albiet with added functionality to allow components to modify//expand grid rows. Configuration is more or less the same between the two.

```
$fields->addFieldToTab('Root.Regions', SectionedGridField::create(
 'Regions',
 'Region',
 $this->Regions(),
 new GridFieldConfig_ManyEditor('Items')
));
```

GridFieldConfig\_ManyEditor
---------------------------

[](#gridfieldconfig_manyeditor)

`GridFieldConfig_ManyEditor` is a GridFieldConfig that implements the `GridFieldSubGrid` component and takes a `$has_many` or `many_many` to parse into a child GridField. It can optionally be passed a GridFieldConfig that will be used to parse the child GridField like so: `new GridFieldConfig_ManyEditor('Items', new GridFieldConfig_RecordEditor()`. If no GridFieldConfig is specified, `GridFieldConfig_Min` will be used by default.

[![Example Image](Docs/example_1.png "Example 1")](Docs/example_1.png)

GridFieldSubGrid
----------------

[](#gridfieldsubgrid)

`GridFieldSubGrid` is a component that opens up a grid's childfield and spreads it out into it's own contained gridfield. It can be added to prebuilt GridFieldConfigs such as `GridFieldConfig_Base` and `GridFieldConfig_RecordEditor` or used to create a new GridFieldConfig.

```
$config->addComponent(new GridFieldSubGrid('Field to Expand'[, GridFieldConfig]));
```

`GridFieldSubGrid` takes the name of a field item to expand, and optionally a GridFieldConfig to expand that field item into. If no GridFieldConfig is specified, `GridFieldConfig_Min` will be used by default.

GridFieldConfig\_Min
--------------------

[](#gridfieldconfig_min)

Is a mini GridFieldConfig designed to work well with `GridFieldSubGrid`. Alternate GridFieldConfigs can be used in it's place, but they may not be formatted as well.

Limitations
-----------

[](#limitations)

Currently, `GridFieldSubGrid` doesn't play nice with sorting and filter components such as `GridFieldSortableHeader`. Those components are still accessible and still work with `GridFieldSubGrid`, in fact `GridFieldConfig_Min` and `GridFieldConfig_ManyEditor` use them, but their sort and filter functions have been disabled. I may fix them later on if I can figure out a way to implement them.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.4% 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 ~0 days

Total

2

Last Release

2948d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/26a4ffd179160581b9113225bba42ed2607878af3e21ecefe1eeee389c90458c?d=identicon)[Ucenna](/maintainers/Ucenna)

---

Top Contributors

[![ucenna](https://avatars.githubusercontent.com/u/34973699?v=4)](https://github.com/ucenna "ucenna (19 commits)")[![Makreig](https://avatars.githubusercontent.com/u/6011781?v=4)](https://github.com/Makreig "Makreig (3 commits)")

---

Tags

gridfieldsilverstripesilverstripe-4silverstripegridfield

### Embed Badge

![Health badge](/badges/ucenna-silverstripe-sectioned-gridfield/health.svg)

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

###  Alternatives

[symbiote/silverstripe-gridfieldextensions

A collection of useful grid field components

971.8M233](/packages/symbiote-silverstripe-gridfieldextensions)[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)[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)
