A collection of useful grid field components.
Go to file
2013-02-16 22:59:29 +11:00
_config Add initial files. 2012-12-16 01:16:57 +11:00
code Make the title and fragment configurable. 2013-02-16 22:59:29 +11:00
css Style new unsaved rows differently. 2013-02-10 17:10:54 +11:00
docs/en MINOR: better Config for inline editable grid 2013-02-12 07:40:19 +00:00
javascript Persist new rows in between grid reloads. Closes #5. 2013-02-12 20:22:05 +11:00
templates Make the title and fragment configurable. 2013-02-16 22:59:29 +11:00
composer.json Move information from README into composer.json. 2013-02-09 02:23:23 +11:00
README.md Add usage documentation. Closes #3. 2013-02-09 16:01:26 +11:00

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.