Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the "standard" JQuery treeview that most people use? It seems the most popular plugin isn't supported anymore?

Tags:

I've chosen JQuery as my JavaScript library but now I'm a bit frustrated by the JQuery plugin site... the site kinda sucks... the plugin area isn't designed very well and I can only find a few treeviews. The one with the most votes (link text) isn't supported anymore.

Can someone please point me to an industrial strength treeview?

Desired Features:

  • stable

  • async / ajax would be nice

  • drag and drop nodes would be nice

I've been delighted so far with JQueryUI--nice design. But, how come it doesn't come with a standard tree view?

Pete

like image 645
Pete Alvin Avatar asked Jun 05 '10 12:06

Pete Alvin


People also ask

What is TreeView in jquery?

The Kendo UI TreeView widget displays hierarchical data in a traditional tree structure. It supports user interaction through mouse or touch events to perform re-ordering operations by using the drag-and-drop functionality.

What is jsTree?

What is jsTree? jsTree is jquery plugin, that provides interactive trees. It is absolutely free, open source and distributed under the MIT license. jsTree is easily extendable, themable and configurable, it supports HTML & JSON data sources and AJAX loading.


2 Answers

I don't know that there is a "standard" single solution for this. One I've used in the past that just got a major update is jsTree, it got a lot of improvements...it doesn't fit your "stable" requirement because it's in RC status, but that should change soon.

You can get more info on it here (it is large though, make sure it's not overkill for your needs)

There are certainly other options, but as I haven't used any of them (and we eventually went to a custom tree since our requirements were very light/specific)...I just can't give any first-hand experience information for the alternatives. I'll it for someone who's actually used them to give some insight.

Also, the jQuery UI Tree is coming, it's currently in the planning stages, you can track it's progress here: http://jqueryui.pbworks.com/Tree

like image 193
Nick Craver Avatar answered Dec 21 '22 10:12

Nick Craver


For anyone looking for a "Checkbox Treeview", look no further: https://code.google.com/p/checkboxtree/

I stumbled upon this question when looking for a Checkbox Treeview so I thought I'd post a link - maybe helpful to others out there like myself!

like image 36
FastTrack Avatar answered Dec 21 '22 12:12

FastTrack