Move elements between two nested repeaters

I have a Repeater form component, where the nested schema consists of a TextInput (name) and another Repeater (ok, its a Awcodes-Table-Repeater plugin, but that just extends the regular Repeater).

Is there a way, to add a button to the nested repeater elements to move the item from one parent "row" to another one?

I have already implemented a Placeholder with a button in it and a wire:click event, which I listen in the EditResource class, but form here I dont have an idea how to go on? Any hints or ideas?,
Was this page helpful?