Gantt Table view -Display project owner and summary tool tip

Hi Support,

 can you please let me know ,displaying project owner and summary of selected task as a tooltip is possible.(please refer the screen shot)

Thanks.
Rasagb

Hello,
You can use the tooltip extension to show tooltips:
https://docs.dhtmlx.com/gantt/desktop__tooltips.html
To change the contents of the tooltip element, you need to modify the tooltip_text template:
https://docs.dhtmlx.com/gantt/api__gantt_tooltip_text_template.html
Here are examples:
https://docs.dhtmlx.com/gantt/samples/02_extensions/02_tooltip.html
https://snippet.dhtmlx.com/k21w8oh8

Hi Ramil,
Thank for the reply.
can you please let me know , can we display project owner as I show in image(circle project owner image with progress percent)

Thanks.
Rasagb.

Hello Rasagb,
You can use the rightside_text template to return text or HTML elements at the right side of the task element:
https://docs.dhtmlx.com/gantt/api__gantt_rightside_text_template.html
Here is an example with the owners and percent value:
https://snippet.dhtmlx.com/cfdyj809