ouch
Set relationship via $set
I have create form, where I can input catalog number (gets an item) and some fields are autofilled, but now i struggle with loading existing images that are associated with main item. And i want them to load if the existing catalog is inputed.
Items --< Sizes
So i was thinking that i could set relationship item, and somehow load images.
But i couldnt make it to set the relationship.
1 replies
How to show array key in TextColumn
Hi i have Variant model whre i save json in format like this {"Name":"Value"} and i'm casting it
How could i display key into textcolumn or other column?
Because if i put it into textCol it in state is only value
ps: I'm new to filament 🙂
9 replies
Custom Page -> open modal from code (dispatch)
I have custom page and i need open modal in certain condition. Is there better way than this, cuz i feel like this is terrible. And i bet that there is better way to do it, as well when i click at either of button it loads for 500ms is there way to skip animation?
pages blade
1 replies
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.
5 replies