A collection of useful grid field components.
Go to file
ajshort 38bb120c88 Remove no longer needed property access hacks. 2013-02-10 16:34:48 +11:00
_config Add initial files. 2012-12-16 01:16:57 +11:00
code Remove no longer needed property access hacks. 2013-02-10 16:34:48 +11:00
css Implement inline creation of records. 2013-02-09 02:19:30 +11:00
docs/en Add usage documentation. Closes #3. 2013-02-09 16:01:26 +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.