webbuilders-group/silverstripe-frontendgridfield

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

Installs: 23 310

Dependents: 1

Suggesters: 0

Security: 0

Stars: 19

Watchers: 8

Forks: 7

Open Issues: 1

Language:CSS

Type:silverstripe-vendormodule

2.0.6 2021-06-22 13:51 UTC

This package is auto-updated.

Last update: 2023-05-22 18:18:07 UTC


README

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

Maintainer Contact

Requirements

  • SilverStripe Framework 4.3+

Installation

Usage

Instead of using the GridField class you need to use FrontEndGridField for use on the front-end, note it is not recommended to be used in the CMS. As well instead of using the GridFieldConfig extensions provided with SilverStripe use FrontEndGridFieldConfig_Base, FrontEndGridFieldConfig_RecordEditor, FrontEndGridFieldConfig_RecordViewer, or FrontEndGridFieldConfig_RelationEditor. If you are building your own GridField config ensure that you use FrontEndGridFieldDetailForm instead of GridFieldDetailForm.