Update currently selected nodes as ajax data comes in
See original GitHub issueCurrently, if you set the source of the tree before the node information has been received (via ajax), then the id of the node is shown.
1 (unknown)
This is expected since the label data isn’t there yet. However, when you open the children of the node, I can see that its pre-selected in the tree area, which is great, but it should also update in the “selected/search area” as soon as you open the parent node and data is loaded.
The problem corrects itself if you un-select the node and re-select the node, which fixes all nodes it has data for.
Hopefully this should be as easy as just calling an update method when we expand the parent.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
jquery select and update head node in ajax $.get call
jquery select and update head node in ajax $.get call ... I want to achieve the really easy task to replace the head...
Read more >RadTreeView and Updating AjaxPanels in UI for ASP.NET AJAX
In my project I have a RadTreeView and a RadToolbar, when a node is selected on the RadTreeView I want to update the...
Read more >jQuery AJAX POST Tutorial - AirPair
PHP expert Jorge Colon walks through the basics of AJAX requests using jQuery and gives troubleshooting tips.
Read more >AJAX The XMLHttpRequest Object - W3Schools
The XMLHttpRequest object can be used to exchange data with a server behind the scenes. This means that it is possible to update...
Read more >Ajax - Developer guides - MDN Web Docs
Asynchronous JavaScript and XML, or Ajax, is not a technology in itself, but rather an approach to using a number of existing technologies ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Works perfectly! 👏🎉
Thank you!
Hi, just released a new version v0.0.16! Please upgrade and let me know if it has fixed the bug.