Filtering elements in DHTMLX Tree

Hi all,

We want user to have the ability to filter elements in DHTMLX Tree that has multi-level hierarchy. If the user enters some text in a text box and clicks submit button, the tree should show only those items containing the text from tree.

We tried tree.findItem(), but this searches only for a single item at a time. Is there a way to achieve what

Unfortunately the filtering in the dhtmlxtree is not supported.