2016-12-21 00:46:20 +01:00
|
|
|
# SilverStripe Grid Field Extensions Module
|
2012-12-15 15:16:57 +01:00
|
|
|
|
2016-05-11 02:48:00 +02:00
|
|
|
[![Build Status](https://travis-ci.org/silverstripe-australia/silverstripe-gridfieldextensions.svg?branch=master)](https://travis-ci.org/silverstripe-australia/silverstripe-gridfieldextensions)
|
2015-12-17 10:43:15 +01:00
|
|
|
[![Latest Stable Version](https://poser.pugx.org/silverstripe-australia/gridfieldextensions/version.svg)](https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/releases)
|
|
|
|
[![Latest Unstable Version](https://poser.pugx.org/silverstripe-australia/gridfieldextensions/v/unstable.svg)](https://packagist.org/packages/silverstripe-australia/gridfieldextensions)
|
|
|
|
[![Total Downloads](https://poser.pugx.org/silverstripe-australia/gridfieldextensions/downloads.svg)](https://packagist.org/packages/silverstripe-australia/gridfieldextensions)
|
|
|
|
[![License](https://poser.pugx.org/silverstripe-australia/gridfieldextensions/license.svg)](https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/blob/master/LICENSE.md)
|
2014-04-02 21:12:37 +02:00
|
|
|
|
2012-12-23 12:37:59 +01:00
|
|
|
This module provides a number of useful grid field components:
|
|
|
|
|
2013-06-22 13:34:27 +02: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 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-06-22 13:34:27 +02: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 01:09:14 +01:00
|
|
|
* `GridFieldTitleHeader` - a simple header which displays column titles.
|
2013-02-09 06:01:26 +01:00
|
|
|
|
2016-12-21 00:46:20 +01:00
|
|
|
This branch will aim for compatibility with SilverStripe 4.x.
|
|
|
|
|
|
|
|
For SilverStripe 3.x, please see the [compatible branch](https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/tree/1).
|
|
|
|
|
|
|
|
|
2013-02-09 06:01:26 +01:00
|
|
|
See [docs/en/index.md](docs/en/index.md) for documentation and examples.
|