Hi, I am new to react.js. Please help me. I create a treeview control using react.js from XML file. On page load, its showing two main parent nodes only (Collapse plus image). Clicking on + or node click expand node. Parent node will have minus image. All the nodes having children who are expanded will have minus image.
Collapse nodes plus image
expand nodes having child will have minus image.
last node will have paper image.
Please find the code in the attachment with the images and tree.gif displays how tree looks like.
Please modify the code, how to use images. Currently it's showing unordered list.
Thanks for all the help.