Our pure JavaScript Scheduler component


Post 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?


Post by mats »

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


Post 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.


Post Reply