解决方案 »

  1.   

    API
    方法名 方法参数 描述 
                                   重新加载树形表格数据。如果'id'属性有值,将重新载入指定树形行,否则重新载入所有行。 
                                    代码示例:
    reload id
                                     $('#tt').treegrid('reload', 2); // 重新载入值为2的行
                                     $('#tt').treegrid('reload');    // 重新载入所有行
     
      

  2.   

    reload id  Reload treegrid data. If the 'id' parameter is passed, reload the specified tree row, otherwise reload all tree rows.
    Code example:$('#tt').treegrid('reload', 2); // reload the row which value is equals to 2
    $('#tt').treegrid('reload'); // reload the all rows   按照API来
      

  3.   

    按照API来了还是不可以 网上说的是懒加载。