Repeater
In a many to many rlsp, how can I access fields inside the reapeater?
9 Replies
that is, using $set/$get outise repeater to access fields inside the repeater
I have a similar use case. I need to access previous row values inside repeater for validation. Kindly let me know if you find a solution π
If that's your case, there's an answer already in the docs, a sec I'll send you the link
what I'm tryna do is now acces the values (inside the repeater), outside the repeater
Unless you trying to do the same thing π
I have tried but in my use case I am trying to access item1 values of the repeater from item2. Maybe we can do it if we add specific keys to the repeater array and get data from the keys
Item1 and item 2 are they both inside the repeater?
Maybe this can help.
I have a repeater, when I toggle to true one item, all the toggle button of the other must be set to false.
This is my code used inside the repeater:
https://laraveldaily.com/post/filament-repeater-live-calculations-on-update
This helped me get to the solution