AdeelK93 / collapsibleTree

Create Interactive Collapsible Tree Diagrams in R using D3.js
https://adeelk93.github.io/collapsibleTree/
158 stars 41 forks source link

dynamically create branch from clicked node? #77

Open morzen opened 4 months ago

morzen commented 4 months ago

Hello,

I have a data frame with 3 columns, and basically, I wish to filter this data frame when a node is clicked and output a filtered version of the data frame without all the rows containing the clicked node. Basically the reverse of the default setting on collapsable tree.

Screenshot 2024-05-13 at 10 40 49

I have been unable to do so, so far.

kind regards, BM