2012-12-16 01:16:57 +11:00
|
|
|
SilverStripe Grid Field Extensions Module
|
|
|
|
=========================================
|
|
|
|
|
2014-12-28 10:11:38 +00:00
|
|
|
[![Build Status](https://secure.travis-ci.org/silverstripe-australia/silverstripe-gridfieldextensions.png?branch=master)](https://travis-ci.org/silverstripe-australia/silverstripe-gridfieldextensions)
|
2014-04-03 08:12:37 +13:00
|
|
|
|
2012-12-23 22:37:59 +11:00
|
|
|
This module provides a number of useful grid field components:
|
|
|
|
|
2013-06-22 21:34:27 +10:00
|
|
|
* `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.
|
2013-02-07 22:31:12 +11:00
|
|
|
* `GridFieldEditableColumns` - allows inline editing of records.
|
2012-12-30 16:12:06 +11:00
|
|
|
* `GridFieldOrderableRows` - drag and drop re-ordering of rows.
|
2013-06-22 21:34:27 +10:00
|
|
|
* `GridFieldRequestHandler` - a basic utility class which can be used to build
|
|
|
|
custom grid field detail views including tabs, breadcrumbs and other CMS
|
|
|
|
features.
|
2013-02-24 11:09:14 +11:00
|
|
|
* `GridFieldTitleHeader` - a simple header which displays column titles.
|
2013-02-09 16:01:26 +11:00
|
|
|
|
|
|
|
See [docs/en/index.md](docs/en/index.md) for documentation and examples.
|