task_unscheduled_time

specifies the dates of unscheduled tasks

taskTaskthe task object

Example

gantt.templates.task_unscheduled_time = function(task){
   return "";
};

Related samples

Details

by default, returns an empty string

See also
Back to top