首页 > 其他 > 详细

EasyUI combotree 设置节点折叠和叶子节点循环展开的BUG

时间:2019-07-08 11:53:05      阅读:231      评论:0      收藏:0      [点我收藏+]
树实体
 public class Combotree
    {
        public string id { get; set; }
        public string text { get; set; }
        public string state { get; set; }
        public List<Combotree> children { get; set; }
    }
只需要在初始化数据的时候给    state 设置为 closed


注意:不要在最后一级节点设置该字段为 closed

 

EasyUI combotree 设置节点折叠和叶子节点循环展开的BUG

原文:https://www.cnblogs.com/fjzhang/p/11149941.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!