morty
Is it possible to pass the parent record to the gate of a relation manager?
This is what I ended up doing on the relation manager. There are several
canAction
methods on the relation manager and I override the one's I need. Not sure if this is the best way to do this though but it works.
6 replies
Is there a way in Filament to calculate a field on the client side without Livewire? AlpineJS?
I tested
extraModalWindowAttributes
with a test attribute and it works so it appears that because there is already an x-data
attribute on the modal, it doesn't add the custom one.12 replies