jQuery.Gantt
jQuery.Gantt copied to clipboard
jQuery Gantt Chart
add another option to disable horizontal scroll with mousescroll. default set to true.
Removed duplication of code to determine the headerRows value.
I just download the latest codes and add one line code to onItemClick() of index.html alert("Item clicked - show some details"); alert("data = " + data); then I click the...
Hi, I am not sure that this is the correct place to ask this but, Is there a function or parameter to focus gantt to given date? My data covers...
The latest commit has made "today" less obvious. We either need a design solution to make it more obvious or a dev solution to reinstate it. 
Disable useless button - disable page-back/page-next button when it is in the first/last page - disable 'now' button when it has no .today or can't scroll - disable scroll buttons...
Highlight row when a row in left panel is clicked. When the row has already been highlighted, remove highlight.
I spy lots of dead or otherwise crufty code. We should get rid of that.
Hi folks! I'm trying to use the JQuery.Gantt with some basic functionality in a project. In my case, I just need the scale fixed on Weeks. That's easy. But I...