- 注册时间
- 2014-3-8
- 最后登录
- 2014-3-10
- 阅读权限
- 10
- 积分
- 17
- 精华
- 0
- 帖子
- 4

|
http://www.miniui.com/docs/tutorial/treegrid.html
数据结构:列表 通过url返回的数据结构如下:
[ {id: "base", text: "Base", expanded: false}, {id: "ajax", text: "Ajax", pid: "base"}, {id: "json", text: "JSON", pid: "base"}, ......] 其中,id和pid对应父子关系。
这id与pid有位置要求?
一定要在首,一个在尾?
|
|