-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tree DragDrop doesn't allow drag and drop between nodes #2177
Comments
temporary solution: |
Awesome didn't realize it was just a styling problem. Here's a sandbox of the fix for anyone interested: https://codesandbox.io/s/busy-payne-cdk7i?file=/index.css:3300-3460 Added @zamanapavel's two lines plus a background color on hover and I think it works the same as PrimeNG now.
Can see more styling here, but I was happy with just the 3 above. |
Hi @mertsincan Thank you in advance, |
Hi, Best Regards, |
The problem still occurs in the latest version of primereact 10.8.2. in React project. There is no option to drag and drop between nodes. |
@michalmova already reported here: #7058 |
PrimeReact Tree doesn't allow dropping between nodes. It works properly in PrimeNg as shown below:
Ng Working:
https://stackblitz.com/edit/primeng-treedragdrop-demo
React Not working:
https://codesandbox.io/s/8fq43
The text was updated successfully, but these errors were encountered: