jQuery MiniUI

标题: treegrid使用,数据是从后台传入的,前台已经有了树的效果, [打印本页]

作者: Wind    时间: 2018-1-9 14:18:45     标题: treegrid使用,数据是从后台传入的,前台已经有了树的效果,

treegrid使用,数据是从后台传入的,前台已经有了树的效果,但是前面没有图标

<div class="mini-fit">
                    <div id="gridTree" class="mini-treegrid" style="height: 100%"
                         idfield="Sid" parentfield="QuotaParentid" treecolumn="QuotaName"
                         resultastree="true" showtreeicon="true" allowrowselect="true" expandonload="false" showcheckbox="true"
                         checkrecursive="false" autoload="false">
                        <div property="columns">
                            <div type="indexcolumn" headeralign="center" align="center">序</div>
                            <div field="QuotaName" headeralign="center">
                                指标类型
                            </div>
                            <div field="Id" visible="false">指标ID</div>
                            <div field="QuotaCode" visible="false">指标类型编码</div>
                        </div>
                    </div>
                </div>


请问可能是什么原因呢,搞不懂呀

作者: Wind    时间: 2018-1-9 14:19:28

resultastree="false",设置了效果也是一样的
作者: dforce    时间: 2018-1-9 15:06:25

Wind 发表于 2018-1-9 14:19
resultastree="false",设置了效果也是一样的

treecolumn="QuotaName"这个需要对应节点列,是name来对应的,你需要设置一列name="QUotaName"
作者: Wind    时间: 2018-1-9 16:45:03

本帖最后由 Wind 于 2018-1-9 16:46 编辑
dforce 发表于 2018-1-9 15:06
treecolumn="QuotaName"这个需要对应节点列,是name来对应的,你需要设置一列name="QUotaName" ...

可以了,非常感谢




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2