Many to Many in Tables in livewire component
Hey guys I'm newbie in filament and livewire and I'm confused with relationships.
I have filament tables as stand alone package on livewire without panel, and i have a problem with many to many relationship Order >--< Status, and I want to use SelectColumn.
And I'm confused how to make it work. Because i dont use panel so i can't create realation ship manager correct?
Model Order
Inside table - I know that it does not get last element but honestly I'm lost now.
1 Reply
I don't think SelectColumn support many-many relationship
Because i dont use panel so i can't create realation ship manager correct?You cannot use the panel relation manager but you can create a table, query the relationship data.. and it's same as relation manager.. And one advice tho, create table action, and inside the action you call a form to update status..