atatanasov / gijgo

Gijgo - Free Javascript Controls
http://gijgo.com
MIT License
475 stars 187 forks source link

Question: Do you have something like getNodeByPath on the tree? #714

Closed Mashiane closed 1 year ago

Mashiane commented 1 year ago

Hi

I'd like to find a node by path on the tree? Is that possible?

Thank you so much.

atatanasov commented 1 year ago

No. You have to do any complex search operation on the back-end and use other mothods like select orgetNodeById to interact with the node on the UI.