react-checkbox-tree icon indicating copy to clipboard operation
react-checkbox-tree copied to clipboard

How to link two trees?

Open sdraper69 opened this issue 1 year ago • 1 comments

I have two trees that I would like to sync up. The trees will be slightly different but will contain some nodes with the same id's.

When I click a node on one (thus highlighting it) I would like it to get highlighted/selected on the other (if it exists). This should work either way round. I have got the expanded and checked to sync up, but can see how to set the selected nodes?

sdraper69 avatar Nov 26 '24 11:11 sdraper69

Unfortunately there is no mechanism to highlight an individual tree node, nor any way to sync navigation through a tree (e.g., through scrolling with there is a scrollbar).

jakezatecky avatar Dec 18 '24 22:12 jakezatecky