task_scroll_offset

타임라인의 왼쪽 가장자리에서 가장 가까운 task의 오프셋(픽셀 단위)을 정의합니다.

number task_scroll_offset;

Example

gantt.config.task_scroll_offset = 120;
gantt.init("gantt_here");


Default value:

100 Back to top