A collection of useful grid field components.
Go to file
ajshort 0a4c2e2ed8 Style new unsaved rows differently. 2013-02-10 17:10:54 +11:00
_config Add initial files. 2012-12-16 01:16:57 +11:00
code Support inline editing of many many extra fields. 2013-02-10 16:59:06 +11:00
css Style new unsaved rows differently. 2013-02-10 17:10:54 +11:00
docs/en Support inline editing of many many extra fields. 2013-02-10 16:59:06 +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 Add usage documentation. Closes #3. 2013-02-09 16:01:26 +11:00
composer.json Move information from README into composer.json. 2013-02-09 02:23:23 +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.

See docs/en/index.md for documentation and examples.