|
1 | | -SilverStripe Grid Field Extensions Module |
2 | | -========================================= |
3 | | - |
4 | | -[](https://travis-ci.org/silverstripe-australia/silverstripe-gridfieldextensions) |
5 | | -[](https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/releases) |
6 | | -[](https://packagist.org/packages/silverstripe-australia/gridfieldextensions) |
7 | | -[](https://packagist.org/packages/silverstripe-australia/gridfieldextensions) |
8 | | -[](https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/blob/master/LICENSE.md) |
9 | | - |
10 | | -This module provides a number of useful grid field components: |
11 | | - |
12 | | -* `GridFieldAddExistingSearchButton` - a more advanced search form for adding |
13 | | - items. |
14 | | -* `GridFieldAddNewInlineButton` - builds on `GridFieldEditableColumns` to allow |
15 | | - inline creation of records. |
16 | | -* `GridFieldAddNewMultiClass` - lets the user select from a list of classes to |
17 | | - create a new record from. |
18 | | -* `GridFieldEditableColumns` - allows inline editing of records. |
19 | | -* `GridFieldOrderableRows` - drag and drop re-ordering of rows. |
20 | | -* `GridFieldRequestHandler` - a basic utility class which can be used to build |
21 | | - custom grid field detail views including tabs, breadcrumbs and other CMS |
22 | | - features. |
23 | | -* `GridFieldTitleHeader` - a simple header which displays column titles. |
24 | | - |
25 | | -See [docs/en/index.md](docs/en/index.md) for documentation and examples. |
| 1 | +SilverStripe Grid Field Extensions Module |
| 2 | +========================================= |
| 3 | + |
| 4 | +[](https://travis-ci.org/silverstripe-australia/silverstripe-gridfieldextensions) |
| 5 | +[](https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/releases) |
| 6 | +[](https://packagist.org/packages/silverstripe-australia/gridfieldextensions) |
| 7 | +[](https://packagist.org/packages/silverstripe-australia/gridfieldextensions) |
| 8 | +[](https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/blob/master/LICENSE.md) |
| 9 | + |
| 10 | +This module provides a number of useful grid field components: |
| 11 | + |
| 12 | +* `GridFieldAddExistingSearchButton` - a more advanced search form for adding |
| 13 | + items. |
| 14 | +* `GridFieldAddNewInlineButton` - builds on `GridFieldEditableColumns` to allow |
| 15 | + inline creation of records. |
| 16 | +* `GridFieldAddNewMultiClass` - lets the user select from a list of classes to |
| 17 | + create a new record from. |
| 18 | +* `GridFieldEditableColumns` - allows inline editing of records. |
| 19 | +* `GridFieldOrderableRows` - drag and drop re-ordering of rows. |
| 20 | +* `GridFieldRequestHandler` - a basic utility class which can be used to build |
| 21 | + custom grid field detail views including tabs, breadcrumbs and other CMS |
| 22 | + features. |
| 23 | +* `GridFieldTitleHeader` - a simple header which displays column titles. |
| 24 | +* `GridFieldConfigurablePaginator` - a paginator for GridField that allows customisable page sizes. |
| 25 | + |
| 26 | +See [docs/en/index.md](docs/en/index.md) for documentation and examples. |
0 commit comments