A collection of useful grid field components.
Go to file
ajshort 692453bf9b Implement inline creation of records.
* Builds on the editable cols component with GridFieldAddNewInlineButton.
* Closes #2.
2013-02-09 02:19:30 +11:00
_config Add initial files. 2012-12-16 01:16:57 +11:00
code Implement inline creation of records. 2013-02-09 02:19:30 +11:00
css Implement inline creation of records. 2013-02-09 02:19:30 +11:00
javascript Implement inline creation of records. 2013-02-09 02:19:30 +11:00
templates Implement inline creation of records. 2013-02-09 02:19:30 +11:00
README.md Implement inline creation of records. 2013-02-09 02:19:30 +11:00
composer.json Add inline GridFieldEditableColumns component. 2013-02-07 22:31:12 +11:00

README.md

SilverStripe Grid Field Extensions Module

This module provides a number of useful grid field components:

  • GridFieldAddExistingSearchButton - a more advanced search form for adding items.
  • GridFieldAddNewInlineButton - builds on GridFieldEditableColumns to allow inline creation of records.
  • GridFieldAddNewMultiClass - lets the user select from a list of classes to create a new record from.
  • GridFieldEditableColumns - allows inline editing of records.
  • GridFieldOrderableRows - drag and drop re-ordering of rows.

Maintainer Contacts

Requirements

  • SilverStripe 3.0