correct_work_time

enables adjusting the task's start and end dates to the work time (while dragging)

boolean correct_work_time;

Example

gantt.config.work_time = true;
gantt.config.correct_work_time = true;
 
gantt.init("gantt_here");


Default value:

false

Related samples

Details

The property has a sense only if the work_time property is enabled.


See also
Back to top