danbroooks / gridfield-selectexisting
There is no license information available for the latest version (0.1.2) of this package.
Manage relationships in Gridfield by ticking/unticking from a list of existing records
Package info
github.com/danbroooks/gridfield-selectexisting
Type:silverstripe-module
pkg:composer/danbroooks/gridfield-selectexisting
0.1.2
2015-04-28 16:58 UTC
Requires
- php: >=5.3
- composer/installers: *
- silverstripe/framework: >=3.0.1,<3.2
This package is not auto-updated.
Last update: 2026-05-02 04:53:04 UTC
README
Silverstripe Gridfield component that allows you to manage relationships by ticking/unticking from a list of existing data objects
Installation
composer require danbroooks/gridfield-selectexisting
Usage
$config = GridFieldConfig_RelationEditor::create(10) ->addComponent(new GridFieldSelectExisting()); GridField::create('Relationship', 'Relationship', $this->Relationship(), $config));