Access to repeater item from inside
In a repeater I do have a button inside each item (which should open a modal containing a list of models) and I want the button to get the current index of each row. How can I access the item from the button (which is a Livewire component)?
I want to pass the current index (of each button) to the modal like this:
0 Replies