Outdated

You are reading the documentation for 2.x. The current version is 3.x.

View 3.x docs →

Introduction

Modal Relation Managers lets you embed any of your relation managers inside a filament modal, using a provided action. Instead of opening a record's edit page to work with its relations, you open them right where you are: from a table row, a schema entry or a page header action.

use Guava\FilamentModalRelationManagers\Actions\RelationManagerAction;

RelationManagerAction::make()
    ->label('View lessons')
    ->relationManager(LessonRelationManager::class);

The relation manager keeps its full functionality inside the modal, including create, edit and delete actions.

guava/filament-modal-relation-managers 86K installs · 79 stars
// COOKIES

A few cookies keep the site working; others remember preferences or count visits. You choose what runs.

Cookie policy