Andrew Short 295681f662 Merge pull request #4 from Zauberfisch/patch-1
Tweak the inline editing example config.
2013-02-11 23:50:17 -08:00
2012-12-16 01:16:57 +11:00
2013-02-10 17:10:54 +11:00
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.

Description
A collection of useful grid field components.
Readme 1.2 MiB
Languages
PHP 80.5%
JavaScript 13.7%
Scheme 3%
CSS 2.8%