PHPackages                             burnbright/silverstripe-listeditor - 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. burnbright/silverstripe-listeditor

ActiveSilverstripe-module

burnbright/silverstripe-listeditor
==================================

Front-end DataList create/edit/delete control.

1.0.2(11y ago)7561PHP

Since Oct 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/burnbright/silverstripe-listeditor)[ Packagist](https://packagist.org/packages/burnbright/silverstripe-listeditor)[ RSS](/packages/burnbright-silverstripe-listeditor/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

SilverStripe List Editor
========================

[](#silverstripe-list-editor)

A light-weight front-end control for adding, editing, and deleting DataObjects in a given DataList.

Usage
-----

[](#usage)

Update your DataObject as follows:

- Implement/extend the `getFrontEndFields` method to control form fields.
- Implement/extend the `canCreate`, `canEdit`, and `canDelete` functions to control access. [see docs](http://doc.silverstripe.org/framework/en/reference/modeladmin#permissions).

Add the `ListEditForm` inside your controller class:

```

```

### Customising the template

[](#customising-the-template)

You can make the editor template the same for a specific DataObject by adding a template named: `MyDataObject_ListEditField.ss` to your project.

You could also edit on a per-instance basis by using the ListEditField's `setTemplate` function.

Troubleshooting
---------------

[](#troubleshooting)

### Add CRUD functions to your DataObject

[](#add-crud-functions-to-your-dataobject)

Make sure you implement the `canCreate` and `canEdit` and `canDelete` functions on your dataobject.

### Add/edit form redirects back without saving any changes

[](#addedit-form-redirects-back-without-saving-any-changes)

You may have fields added that are failing validation. All fields are required by default in the ListEditForm.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Every ~11 days

Total

3

Last Release

4191d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1356335?v=4)[Jeremy Shipman](/maintainers/jedateach)[@jedateach](https://github.com/jedateach)

---

Top Contributors

[![jedateach](https://avatars.githubusercontent.com/u/1356335?v=4)](https://github.com/jedateach "jedateach (8 commits)")

---

Tags

silverstripelisteditorfrontenddatalist

### Embed Badge

![Health badge](/badges/burnbright-silverstripe-listeditor/health.svg)

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

###  Alternatives

[webbuilders-group/silverstripe-frontendgridfield

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

2029.8k1](/packages/webbuilders-group-silverstripe-frontendgridfield)[silvershop/silverstripe-listsorter

Easily provide front-end sorting controls for SilverStripe lists

1640.8k4](/packages/silvershop-silverstripe-listsorter)[nathancox/customhtmleditorfield

Allows per-editor TinyMCE configurations and body classes in SilverStripe

168.7k](/packages/nathancox-customhtmleditorfield)

PHPackages © 2026

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