react-folder-tree
react-folder-tree copied to clipboard
A versatile react treeview library that supports custom icons and event handlers
Add icon
How to add more icons to file other than rename, delete. I wanted to add a custom icon to the file right side (TreeNodeToolBar) for more options.
I want to change the default name when creating a new file. For example "new page" I want to use for new functionality. Thanks very much
The question is simple. I am trying to set a dictionary with existing "isOpen" keys, so that I can control which nodes are open/closed. This is the basic example where...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Could not resolve dependency: React 18 ```JS npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.8.0 || ^17" from [email protected] npm ERR! node_modules/react-folder-tree npm ERR! react-folder-tree@"*" from the root...
It would be great to have typescript support for typescript programmers, so they don't have to declare their own .d.ts file for this awsome module.
I would like to customize the new file icon and the folder icon, so that when I press them I can show my dialog window, instead than creating the default...
What is the best way to update the data held in the tree "externally"? I have my data in state and when I setState on that my tree just goes...
Feature request: On hover show the inline tool box. Currently the tool box shows only when we click the node item. Also press enter to add a name and rename...