A collection of useful grid field components.
Go to file
Priit Hansen 65b646166f Estonian translation added 2013-03-01 16:10:04 +02:00
_config Add initial files. 2012-12-16 01:16:57 +11:00
code Add a basic column header component. Closes #7. 2013-02-24 11:09:14 +11:00
css Style new unsaved rows differently. 2013-02-10 17:10:54 +11:00
docs/en Add documentation screenshots 2013-02-28 17:29:50 +11:00
javascript Persist new rows in between grid reloads. Closes #5. 2013-02-12 20:22:05 +11:00
lang Estonian translation added 2013-03-01 16:10:04 +02:00
templates Add a basic column header component. Closes #7. 2013-02-24 11:09:14 +11:00
README.md Add a basic column header component. Closes #7. 2013-02-24 11:09:14 +11:00
composer.json Add documentation screenshots 2013-02-28 17:29:50 +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.
  • GridFieldTitleHeader - a simple header which displays column titles.

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