Quinn-Interactive / gridfield-selectexisting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 67.2%Language:JavaScript 21.8%Language:CSS 11.0%