Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dynatree or Fancytree for production?

I am looking for a javascript solution which can unordered list to a treeview with checkboxes.

So far the best one I have seen is Dynatree. However, looking at the page and the fiddle , I learned that there is a designated successor named Fancytree.

I am planning to implement the solution in a production environment.

Which is the best library to use?

like image 303
developarvin Avatar asked Mar 22 '23 12:03

developarvin


1 Answers

As of today (nov. 2013) Dynatree is the stable version.

While the core functionality in Fancytree is already pretty stable too, there still may be some changes to the API and markup. I am planning to release Fancytree early next year.

So if you want to be on the save side, use Dynatree. If you are fine with core functionality, want to help to test and improve this open source project and are ready to modify your code every now and then: use Fancytree. (Disclaimer: I am the author of both.)

Update 2014-05-01
Today I released v2.0.0

like image 146
mar10 Avatar answered Jun 05 '23 06:06

mar10