Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通常、many_many リレーション グリッド フィールドのエントリには unlink 関数しかありません。しかし、それは面倒です。
削除オプションを追加するにはどうすればよいですか?
あなたが使用することができます:
$config->addComponent(new GridFieldDeleteAction(false));
これにより、削除ボタンが追加されます。false引数は unlink ではなく削除ボタンであることを指定します。あなたのインスタンスです。$configGridFieldConfig
false
$config
GridFieldConfig