A collection of useful grid field components.
Go to file
ajshort b26b2b3165 Move information from README into composer.json. 2013-02-09 02:23:23 +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 Move information from README into composer.json. 2013-02-09 02:23:23 +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.