JQuery - dynamically generate a graphic tree-view from data

前端 未结 2 1858
一向
一向 2021-02-08 05:21

i want to dynamically generate a tree-view to represent a users connections in an applicaiton but i don\'t want it to look like a normal tree-view (looks like a File System stru

相关标签:
2条回答
  • 2021-02-08 05:26

    Is this what you are looking for - plugin to create tree view:

    [links below]

    http://jquery.bassistance.de/treeview/demo/

    http://archive.plugins.jquery.com/project/treeview

    http://docs.jquery.com/Plugins/Treeview/treeview

    Ah, for the flowchart feel there are few plugin like a link above but try this:

    http://code.google.com/p/js-mindmap/

    hope this helps, cheers,

    0 讨论(0)
  • 2021-02-08 05:32

    You can use JsTree. There is also a tree component planed for jQuery UI.

    0 讨论(0)
提交回复
热议问题