Lukas Bach
Lukas Bach
If you change the data behind your tree from outside, you need to tell RCT that data has changed, you can do so by implementing a custom TreeDataProvider. There are...
Hey, thanks for your report! Can you provide maybe an "anonymized" version of the code that creates the RCT instance, i.e. the react components for the tree and the tree...
@dependabot rebase
Opening transitions should be doable fairly easily, when a subtree is opened, its content is rendered in and you should be able to just add an animation to that with...
Since this came up in another issue, I've added a prop `shouldRenderChildren` to allow library consumers to also show a subtree content when it is already collapsed, to allow for...
Hello, thanks for the report. I'm not actually sure this is something I would like to handle inside of the library. The underlying issue is that RCT keeps track of...
Hm that is odd, I don't really understand what could be throwing there. Is there a stacktrace that points to where this is thrown? Can you also check what happens...
FYI I've added a new addition in v2.4.3 where it now also checks if an item exists before it focuses that item, and falls back to the first item in...
Hey @vovsemenv, was your issue resolved?
Hey, I've tried virtualization before, but found that unfortunately RCT's current architecture isn't really compatible with virtualization, so that is unfortunately not supported. I am currently experimenting with a new...