Pregunta

I am using jQuery Gantt Chart. I want to set the default scroll to Today's date. Currently its taking the least start date of all the records and it starts from there. Instead it should be to today's date.

Any help would be appreciated.

¿Fue útil?

Solución

Right there in the docs: Set scrollToToday to true.

$(".selector").gantt({
   ....
   'scrollToToday': true
});

Otros consejos

refer to here for the bug and code fix https://github.com/taitems/jQuery.Gantt/issues/52

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top