You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.github/workflows | 6 months ago | |
_config | 3 years ago | |
css | 3 years ago | |
docs/en | 2 months ago | |
javascript | 3 years ago | |
lang | 5 years ago | |
src | 2 months ago | |
templates/Symbiote/GridFieldExtensions | 4 years ago | |
tests | 6 months ago | |
.editorconfig | 5 years ago | |
.gitattributes | 7 years ago | |
.gitignore | 2 years ago | |
.upgrade.yml | 6 years ago | |
LICENSE.md | 6 years ago | |
README.md | 6 months ago | |
code-of-conduct.md | 7 years ago | |
codecov.yml | 5 years ago | |
composer.json | 11 months ago | |
phpcs.xml.dist | 2 years ago | |
phpunit.xml.dist | 6 months ago |
README.md
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 onGridFieldEditableColumns
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.GridFieldRequestHandler
- a basic utility class which can be used to build custom grid field detail views including tabs, breadcrumbs and other CMS features.GridFieldTitleHeader
- a simple header which displays column titles.GridFieldConfigurablePaginator
- a paginator for GridField that allows customisable page sizes.
This branch will aim for compatibility with Silverstripe 4.x.
Installation
composer require symbiote/silverstripe-gridfieldextensions:^3
For Silverstripe 3.x, please see the compatible branch.
See docs/en/index.md for documentation and examples.