JQuery Gantt editor - how to
roberto.open-lab.com
JQuery Gantt editor - how to
1–10 of 18 posts
Re: JQuery Gantt editor - how to
#2In terms of style, this one is nice as well: http://taitems.github.com/jQuery.Gantt/
If it wouldn´t be for using Ext.js and the large code size, this one is the most polished in terms of look and function: http://bryntum.com/products/gantt/
If you need any help with styling it a bit differnt, give me a shout :)
Re: JQuery Gantt editor - how to
#3That´s great, the first jQuery based Gantt that does dependencies. Exactly what I´m looking for :) In terms of style, this one is nice as well: http://taitems.github.com/jQuery.Gantt/ If it wouldn´t be for using Ext.js and the large code size, this one is the most polished in terms of look and function: http://bryntum.com/products/gantt/ If you need any help with styling it a bit differnt, give me a shout :)
Re: JQuery Gantt editor - how to
#4That´s great, the first jQuery based Gantt that does dependencies. Exactly what I´m looking for :) In terms of style, this one is nice as well: http://taitems.github.com/jQuery.Gantt/ If it wouldn´t be for using Ext.js and the large code size, this one is the most polished in terms of look and function: http://bryntum.com/products/gantt/ If you need any help with styling it a bit differnt, give me a shout :)
Re: JQuery Gantt editor - how to
#5That´s great, the first jQuery based Gantt that does dependencies. Exactly what I´m looking for :) In terms of style, this one is nice as well: http://taitems.github.com/jQuery.Gantt/ If it wouldn´t be for using Ext.js and the large code size, this one is the most polished in terms of look and function: http://bryntum.com/products/gantt/ If you need any help with styling it a bit differnt, give me a shout :)
Big things are on the horizon for the jQuery.Gantt plugin. A reliable contributor is working on adding drag and resize to the solution while I work on some fiddly little bugs. I also believe someone had a proof of concept for adding dependencies to items too.
Re: JQuery Gantt editor - how to
#6The example randomly generates some JSON which builds the chart. There are still a couple of bugs, but I hope to have stable release soon. The idea was to be pretty and to minimise dependencies, currently it depends on underscore.js and XDate, but I plan to factor those out.
Re: JQuery Gantt editor - how to
#7That´s great, the first jQuery based Gantt that does dependencies. Exactly what I´m looking for :) In terms of style, this one is nice as well: http://taitems.github.com/jQuery.Gantt/ If it wouldn´t be for using Ext.js and the large code size, this one is the most polished in terms of look and function: http://bryntum.com/products/gantt/ If you need any help with styling it a bit differnt, give me a shout :)
This editor is as far I know the most complete one built in jQuery. Regarding Ext.js the Bryntum's one is far the best I found. Here I compiled a list of available ones: http://roberto.open-lab.com/2012/06/14/the-javascript-gantt-...
One thing that would be great to add to the overview (if you´ve still got the demo files) is how large the download is - it´s one of the things that spoke against Bryntum's solution (over 2 MB!).
Re: JQuery Gantt editor - how to
#8That´s great, the first jQuery based Gantt that does dependencies. Exactly what I´m looking for :) In terms of style, this one is nice as well: http://taitems.github.com/jQuery.Gantt/ If it wouldn´t be for using Ext.js and the large code size, this one is the most polished in terms of look and function: http://bryntum.com/products/gantt/ If you need any help with styling it a bit differnt, give me a shout :)
Big things are on the horizon for the jQuery.Gantt plugin. A reliable contributor is working on adding drag and resize to the solution while I work on some fiddly little bugs. I also believe someone had a proof of concept for adding dependencies to items too.
It implements it really nicely...
Re: JQuery Gantt editor - how to
#9Looks cool! I've been working on a Gantt chart using canvas: http://beefsack.github.com/gantt.js/ The example randomly generates some JSON which builds the chart. There are still a couple of bugs, but I hope to have stable release soon. The idea was to be pretty and to minimise dependencies, currently it depends on underscore.js and XDate, but I plan to factor those out.