morty
AttachAction select different relationship?
Never mind, found it in the documentation. Just needed better keywords for the search 😄
https://filamentphp.com/docs/3.x/panels/resources/relation-managers#unconventional-inverse-relationship-names
3 replies
Is there a more succinct way of retrieving a count of a resource inside a `ManageRelatedRecords`?
I was getting away with this for a while until I realized it doesn't work with table polling. I'm assuming because the way requests work in livewire and ajax not having the url parameter anymore.
If anyone knows of a way to get the resource record let me know. Because the function is static, I can't use
$this->getOwnerRecord()
9 replies