James Kerr
James Kerr
Hi! Thanks for using the library. I believe it is possible by passing a function to the disableDrop prop. ```ts ((args: { parentNode: NodeApi; dragNodes: NodeApi[]; index: number; ``` The...
That's the only one!
Yes, this is a feature gap at the moment. I have a solution for this in mind where you can change the selection from the outside in a declarative way....
Interesting use case. I suppose this could be added in a future version.
That's no fun. There is no way to override it through a configuration (yet). It is coming in version 4. For now, add an event listener for onKeyDown on your...
I'm excited to work on this.
Is this still a problem after the release of v3.4.1?
It's expected for now. I could see us making it possible one day. I'll have to think it through.
If you are asking for a dynamic height that adjusts based on the contents of the node, that is not a goal for this project. But if you want to...
Yeah this makes sense. I guess there's no way for the tree to know if the user has provided an input to render, even if they did provide an onRename...