Open
Description
Thank you so much for this wonderful library! I'm getting this to work really well for my use-case. I have one problem to ask:
Currently, tree
requires an initial first node with children
e.g.
rootFolder
fileA.js
fileB.js
folderA
fileC.js
I want to be able to just render the flat entries (excluding rootFolder
)
fileA.js
fileB.js
folderA
fileC.js
Here is my codesandbox.io: https://codesandbox.io/s/j35ynz58q9.
I tried to play around with data.js
but I could not get it to work well for me. Please let me know what I have to do to get this working. Thank you!
Metadata
Metadata
Assignees
Labels
No labels