Hello,
How can i find /search a text in user data???
I have been used the:
myTree.findItem(myToolbar.getValue(“input_search”));
but I need to find in the user data!!!
Tks,
Artur
Hello,
How can i find /search a text in user data???
I have been used the:
myTree.findItem(myToolbar.getValue(“input_search”));
but I need to find in the user data!!!
Tks,
Artur
There is no simple API
You can get ids of all items, and check them one by one.