Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/flash/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
过滤dojo树状体_Dojo_Filtering_Treegrid - Fatal编程技术网

过滤dojo树状体

过滤dojo树状体,dojo,filtering,treegrid,Dojo,Filtering,Treegrid,是否可以对dojo树网格进行文件归档 假设我的树具有以下层次结构数据 a1 ---b ---e 我需要筛选特定父节点的所有直接子节点并显示它 eg : if i give criteria as a1 - it should fetch me b and e if i give criteria as b it should fetch c and d eg : if i give criteria as a1 - it should fetch me b and e

是否可以对dojo树网格进行文件归档

假设我的树具有以下层次结构数据

a1
---b

---e

我需要筛选特定父节点的所有直接子节点并显示它

 eg : if i give criteria as a1 - it should fetch me b and e 
      if i give criteria as b it should fetch c and d 
 eg : if i give criteria as a1 - it should fetch me b and e 
      if i give criteria as b it should fetch c and d