shunjizhan / react-folder-tree

A versatile react treeview library that supports custom icons and event handlers
https://www.npmjs.com/package/react-folder-tree
119 stars 46 forks source link

sort tree in ascending order #67

Closed purbe closed 2 years ago

purbe commented 2 years ago

FR: add function to show tree in ascending/descending order. i have two json-data, wanted to compare and see different in different color like vs code explorer tree, deleted file in red, newly added file in green and modified file contain both data and show in yellow color.

Screenshot 2022-06-19 200241

thanks