Categories | Question details Back To List | ||
Tree find results notation - dhtmlxSuite 2009 Rel.2 DHTMLX 2.5 Hello, Working on tree with find option using JSON. I want to display find results like 2[Current find result Node] of 5 [Total number of results found]. Please let me know your thoughts. Thanks, RamaRao R. Answer posted by Alex (support) on Nov 17, 2009 02:04 Hello, >> I want to display find results like 2[Current find result Node] of 5 [Total number of results found] Unfortunately the idea isn't clear enough. But you can try to insert a node with necessary information into the tree: tree.insertNewChild(0,"search","Search Results");
|