Skip to content

helpfulrobot/webbuilders-group-silverstripe-frontendgridfield

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front-End GridField

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

Maintainer Contact

Requirements

  • SilverStripe CMS 3.1.x

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 49.7%
  • JavaScript 42.3%
  • Scheme 8.0%