specifies the text assigned to tasks bars on the right side
start | Date | the date when a task is scheduled to begin |
end | Date | the date when a task is scheduled to be completed |
task | Task | the task object |
gantt.templates.rightside_text = function(start, end, task){
return "ID: #" + task.id;
};