Question

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?

Was it helpful?

Solution

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

OTHER TIPS

Dynatree is EOL. Last commit was on 19 Aug 2016.

I will support Dynatree for a while, but no new features will be added. It is recommended to migrate to Fancytree. It's easy: see also the migration hints.

Src

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top