F
Filament•10mo ago
Chriis

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.
No description
Solution:
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...
Jump to solution
2 Replies
Solution
FerVillanuev4s
FerVillanuev4s•10mo ago
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...
Chriis
Chriis•10mo ago
Yeah I've found the AttachAction ... thx 🙂
Want results from more Discord servers?
Add your server
More Posts
Unable to find component: [app.filament.widgets.orders-to-schedule]Livewire \ Exceptions \ ComponentNotFoundException Hi, I have created a new page component and tabViewRecord Page header action does not open modal. showing console error`Uncaught Snapshot missing on Livewire component with id: zBM60WWVSyzMTq2Vgutp`weird month names in date columnI have a simple text column and did add date() to it. Now the months have weird names. In the form tDispatch open-modal not respondingI'm trying to open a slide modal from button click ```->dispatch('open-modal',id:'biodata')``` . ThiStruggling to Populate Repeater with Data Based on Selected Itemnow am using section to do that but i want to use repeater here is a gist of the code https://gist.g`->hidden()` method on TextInput field breaks appI have this code on a filament resource: ```php public static function form(Form $form): Form Chart tooltip color is wrongI have a (line) chart widget and I am setting the background+border color of each datasets. This woArray to StringI'm trying to use a pivot table and I get this error here's the flare: https://flareapp.io/share/lm2What is the difference between Filament Field and Livewire Component?.There is no Livewire Component in a filament Field class headachy. I am asking because I tried to liHow can I access the table filter value within the getTableQuery() function of a table widget?Inside getTableFilters(), I created my filter fields and want to get the filter value within the get