Access to current row in RepeatableEntry?
How can I access the state / data of each row in a
RepeatableEntry
when the state of the Infolist is an array?
I need access to the row data in an Action
of each RepeatableEntry
.
Is there any injection like fn($row) => $row['key']
?3 Replies