In the scheduler timelineview is there a way to put a tooltip on each row of an y-axis? In my case the y-axis is an abbreviation for a team and I need to show the firstname and lastname in the tooltip.
In the scheduler timelineview is there a way to put a tooltip on each row of an y-axis? In my case the y-axis is an abbreviation for a team and I need to show the firstname and lastname in the tooltip.
Inbuilt Scheduler tooltip functionality which can be included by dhtmlxscheduler_tooltip.js extension works only for events.
To solve your issue, you can use HTML title Attribute (as it said on the forum on a link that Phong Nguyen shared).
I also created a demo for you so you can check how it works.