Download the PHP package entidi/silverstripe-gridfieldaddfromlist without Composer
On this page you can find all versions of the php package entidi/silverstripe-gridfieldaddfromlist. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package silverstripe-gridfieldaddfromlist
SilverStripe GridFieldAddFromList
This module provides a new GridField
component that allows to add rows
to a grid only after setting a relation.
This is quite similar to what already done by stock
GridFieldAddExistingAutocompleter
but with a few important
differences:
- the relation is set by leveraging a standard
DropdownField
; - any relation can be handled (check
setTargetField()
); - the same item can be added more than once (check
setUnique()
).
This can be useful in contexts where GridFieldAddExistingAutocompleter
cannot be used, e.g. setting an has-one relation or linking the same
item more than once in many-many relations.
Installation
composer require entidi/silverstripe-gridfieldaddfromlist
Other documentation
- Usage
- Contributing
- Code of Conduct
- BSD license
- Support
All versions of silverstripe-gridfieldaddfromlist with dependencies
PHP Build Version
Package Version
Requires
silverstripe/framework Version
^4
The package entidi/silverstripe-gridfieldaddfromlist contains the following files
Loading the files please wait ....