¿Dynatree o Fancytree para la producción?
Frecuentes
Visto 3,001 veces
4
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 dinatree. However, looking at the page and the fiddle , I learned that there is a designated successor named Árbol de fantasía.
I am planning to implement the solution in a production environment.
¿Cuál es la mejor biblioteca para usar?
2 Respuestas
7
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.)
Actualización 2014-05-01
Today I released v2.0.0
contestado el 01 de mayo de 14 a las 21:05
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas dynatree fancytree or haz tu propia pregunta.
now is Mar. 2014, so which one is better, faster and more stable? - rithy
Fancytree is already better and faster. It is also pretty stable(tm) for core functionality, i.e. some extensions are not. But those are missing from Dynatree anyway. Concerning stability of the API, there is still some changing going on: see github.com/mar10/fancytree/blob/master/CHANGELOG.md - mar10