Relation manager Many to Many relationship
Hi, I'm trying to understand how the relationship manager works, especially the creation form. I need to add users to my team, and I want to do it within the relationship manager, with the creation form displaying all user table records as options in a select->multiple() field. How can I accomplish this?
I've successfully implemented a select->multiple field in the edit form of my resource, and it's working correctly, updating the data in the relationship manager. However, that's as far as I've gotten.
Solution:Jump to solution
https://www.youtube.com/watch?v=ERbpyZF8G5M Here is very well expleined
Yelo Code
YouTube
Many-to-many relationships | Filament 3 Tutorial for Beginners EP8
Welcome to our Filament php 3 course, in this course we will cover all the basis needed to build dynamic admin panels. Today we will cover how handle many to many relationships inside filament and also handle pivot data. Later in the video I will also show you how to use the relation manager to handle many to many relationships with table and cr...
2 Replies
Solution
https://www.youtube.com/watch?v=ERbpyZF8G5M Here is very well expleined
Yelo Code
YouTube
Many-to-many relationships | Filament 3 Tutorial for Beginners EP8
Welcome to our Filament php 3 course, in this course we will cover all the basis needed to build dynamic admin panels. Today we will cover how handle many to many relationships inside filament and also handle pivot data. Later in the video I will also show you how to use the relation manager to handle many to many relationships with table and cr...
Yeah I've found the AttachAction ... thx π