Skip to content

helpfulrobot/danbroooks-gridfield-selectexisting

 
 

Repository files navigation

GridFieldSelectExisting

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));

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 67.2%
  • JavaScript 21.8%
  • CSS 11.0%