silverstripe-module gridfield-selectexisting
Manage relationships in Gridfield by ticking/unticking from a list of existing records
danbroooks/gridfield-selectexisting
Manage relationships in Gridfield by ticking/unticking from a list of existing records
- Tuesday, January 24, 2017
- by dangerdan
- Repository
- 1 Watchers
- 2 Stars
- 155 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 2 Forks
- 0 Open issues
- 4 Versions
- 0 % Grown
GridFieldSelectExisting
Silverstripe Gridfield component that allows you to manage relationships by ticking/unticking from a list of existing data objects, (*1)
Installation
composer require danbroooks/gridfield-selectexisting
, (*2)
Usage
$config = GridFieldConfig_RelationEditor::create(10)
->addComponent(new GridFieldSelectExisting());
GridField::create('Relationship', 'Relationship', $this->Relationship(), $config));
dev-master
9999999-dev
Manage relationships in Gridfield by ticking/unticking from a list of existing records
Sources
Download
The Requires
0.1.2
0.1.2.0
Manage relationships in Gridfield by ticking/unticking from a list of existing records
Sources
Download
The Requires
0.1.1
0.1.1.0
Manage relationships in Gridfield by ticking/unticking from a list of existing records
Sources
Download
The Requires
0.1.0
0.1.0.0
Manage relationships in Gridfield by ticking/unticking from a list of existing records
Sources
Download
The Requires