On the left I already have the name of the tasks. I don’t want to display the Name of the Task on the bars again. How to do it?
Hello Debjoy,
You can return an empty string in the task_text
template, then you won’t have the task names on the task bars:
https://docs.dhtmlx.com/gantt/api__gantt_task_text_template.html
Here is an example:
https://snippet.dhtmlx.com/far7q8vp
thanks. I already found it though.
I have an open query Click event on gantt.templates.rightside_text
Can you please help?