Skip to content
Loading
How to generate a treeview from .xml and .xsl file using react.js?
  • Not able to understand. PLease help how to generate tree in react.js from xml, xsl and javascript.
  • Vaibhav Chauhan

    You can use react-sortable-tree npm package create tree view. You just need to install the package,arrange your data in required format and pass that data in SortableTree component.

     

    https://www.npmjs.com/package/react-sortable-tree