'Support for PrimeReact's(version 7.x) Drag and Drop between 2 different Tree Objects

I already have a Tree component from PrimeReact 7.x that I use. Now I would like to have another UI element(another Tree or list my own implementaion) that I should be able to drag and drop to the existing Tree. Preferrable a drag and drop between 2 Tree components since I have a Tree that has drag and drop working with in itself or any alternate solution.

Codesandbox trial with 2 Tree components failing

TIA



Solution 1:[1]

Looks like it is an open enhancement request(s).

See: https://github.com/primefaces/primereact/issues/2486

See: https://github.com/primefaces/primereact/issues/2615

See: https://github.com/primefaces/primereact/issues/1361

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Melloware