sqrt
Select once within Repeater
New issue – in order to add the relations I do
return Group::class;
in getFormModel
to be able to get the hydration data. But in that case the Repeater wont fill. Using return $this->group
passed only the existing relations do the submit(). Is there a way to fill the repeater? I do not want to split add/edit functionalities.8 replies
Select once within Repeater
So, the
$get(‘../../repeatername’)
gives me the complete list (array) per each iteration over "row". And I think the row should know its "current" id (the key) so I can construct proper query for others. Or am I missing something?8 replies