Javascript – Reactive tree on datatable click in Shiny
I'm trying to build a tree which would react when clicking on a row of a datatable. Especially, I would like the corresponding leaf of the tree to be highlighted. How can I achieve that ? Here is a sample…