KeyMe
how to use set in a repeater
@Alvarez🐳 its in the document, no need to go thru all tht trouble https://filamentphp.com/docs/3.x/forms/fields/repeater#using-get-to-access-parent-field-values
14 replies
Livewire Component within tabs in Resource View
perhaps:
then in ListVIPs class, define customer public property to use it in ur query or elsewhere.
refer to this: https://filamentphp.com/docs/3.x/infolists/advanced#passing-parameters-to-a-livewire-component
10 replies
Livewire infolist component disappear on action/tab click
somewhat, i ended up using alternative way of rendering livewire component for the first lw comp by calling the lw thru blade view, https://filamentphp.com/docs/3.x/infolists/adding-an-infolist-to-a-livewire-component, code:
4 replies