Xuebin Dong
Xuebin Dong
Hi @zogo .I guess you encountered a syntax error rather than performance issue. 32 nodes is not a big deal for jOrgChart. Maybe you can clone repo **[OrgChart](https://github.com/dabeng/OrgChart)**(you can regard...
Hi @Nikolasgs @hudhaifa93 , you guys can make use of option "exportButton" of **[OrgChart](https://github.com/dabeng/OrgChart)** to accomplish printing task. This is the **[demo](http://dabeng.github.io/OrgChart/export-orgchart/)**. The following is screen-capture.  Good luck! :blush:
The mission of **[OrgChart](https://github.com/dabeng/OrgChart)** is to keep jOrgChart alive. :blush:
Hi @ttseng , you mean that users can enable/disable "draggable" feature on the fly?
Hi @TriSysBusinessSoftware .Based on lastest jQuery, html5 and CSS3, I built a **[OrgChart](https://github.com/dabeng/OrgChart)** plugin that extends the functionalities of jOrgChart. You can regard it as 2nd-generation of jOrgChart. Hope it's...
Hi @dinupadwal86 . The problem is here. You shouldn't let one li contain two ul.  By the way, it's tired to build a orgchart with such a complex html...
Hi @DrMartiner .In fact, I think you just need to provide three elements as datasource on 2nd level. Just less than 3. Maybe I misunderstand your point.
How can I make it work angularjs? i want to generate tree structure of organization using ng-repeat.
Hi @Anjan-Inspheris @karjac14 .I just suggest a compromise -- encapsulating **[OrgChart](https://github.com/dabeng/OrgChart)** plugin with angularjs directive and then apply it to your angular project. In fact, I don't think it make...
Hi @Xamb , what you described on above is what plugin **[OrgChart](https://github.com/dabeng/OrgChart)**(derived from jOrgChart) is doing now. With horizontal and vertical arrows of every node of orgchart, users can show/hide...
Hi @dungla2011 @navido . I think this demand will conflict with the core idea of jOrgChart that is making use of html table tag to build up orgchart, one td...