2012-12-15 15:16:57 +01:00
|
|
|
SilverStripe Grid Field Extensions Module
|
|
|
|
=========================================
|
|
|
|
|
2012-12-23 12:37:59 +01:00
|
|
|
This module provides a number of useful grid field components:
|
|
|
|
|
|
|
|
* `GridFieldAddExistingSearchButton` - a more advanced search form for adding items.
|
2013-02-08 16:19:30 +01:00
|
|
|
* `GridFieldAddNewInlineButton` - builds on `GridFieldEditableColumns` to allow inline creation of records.
|
2013-02-02 04:14:59 +01:00
|
|
|
* `GridFieldAddNewMultiClass` - lets the user select from a list of classes to create a new record from.
|
2013-02-07 12:31:12 +01:00
|
|
|
* `GridFieldEditableColumns` - allows inline editing of records.
|
2012-12-30 06:12:06 +01:00
|
|
|
* `GridFieldOrderableRows` - drag and drop re-ordering of rows.
|
2013-02-09 06:01:26 +01:00
|
|
|
|
|
|
|
See [docs/en/index.md](docs/en/index.md) for documentation and examples.
|