-
Notifications
You must be signed in to change notification settings - Fork 188
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.addNode double entries #334
Comments
I'm not able to replicate the issue. Everything seems to be working fine with with the following code sample:
Please reopen if you can provide code sample |
hello,
Turning off lazyLoading fix the problem but I can not figure out why. |
Thanks for the additional details. I was able to replicate the issue and fix it. This is fixed just in the development version for now. You can find the development build in the dist folder at github. |
Thanks a lot. |
It happen, wenn you insert a record via ajax call which will give back a new ID before you call the content of the ADD function. The sample alone without ajax is working. |
hello,
I have an issue with tree.js v1.9.6 using the
addNode
method.I have double node entries created (see screenshot "new folder" nodes).
The first one is created under the
gj-list gj-list-bootstrap gj-hidden
ul, the second one undergj-list gj-list-bootstrap
ul.Here is my code:
Have I missed something ?
Thanks.
The text was updated successfully, but these errors were encountered: