質問

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.

役に立ちましたか?

解決

Right there in the docs: Set scrollToToday to true.

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

他のヒント

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top