Page 1 of 1

[REACT] ResourceTimeranges custom tooltip

Posted: Tue Sep 27, 2022 12:31 pm
by shivam09

Hi, I need to integrate custom tooltip on resourcetime ranges, but unable to find a direct solution for the same. I have found one post regarding the same (viewtopic.php?f=44&t=12306&p=65307#p65291) but its not working. Could it be because i have disabled celltooltip?


Re: [REACT] ResourceTimeranges custom tooltip

Posted: Tue Sep 27, 2022 2:13 pm
by mats

Can you please share the code you implemented that doesn't work?


Re: [REACT] ResourceTimeranges custom tooltip

Posted: Tue Sep 27, 2022 8:39 pm
by shivam09

My bad, it works. I forgot to add the styles

<style>
		.b-sch-resourcetimerange {
			pointer-events: all
		}
</style>

Thanks for the quick response.