treejs icon indicating copy to clipboard operation
treejs copied to clipboard

Support for adding tree in shadowRoot

Open shubham-0819 opened this issue 1 year ago • 0 comments

Hi, I want to use treejs in my web-component but the initialisation of tree is done by providing a query selector input( container ). but this query over entire document. If the container input for attaching tree could be a HTMLElement or a string( for query selector input ) then i could attach it in my web component.

shubham-0819 avatar Feb 20 '24 05:02 shubham-0819