Premium support for our pure JavaScript UI components


Post by progettouno »

Hello,

When we move in sheduler, cursor show time of current position.
Is possible to remove?

Thankyou
Attachments
cursor.jpg
cursor.jpg (14.76 KiB) Viewed 722 times

Post by mats »

Sure:
const scheduler = new Scheduler({
     features : {
           scheduleTooltip : false
     }
});

Post by progettouno »

Thankyou Mats!

Post Reply