Hello!
I'm trying to use the "Joint Events" feature to add a "travel time" event before my actual events.
The events move together very well, but is there a way to make them not resize together?
The javascript example here is such that both move and resize happen:
http://javascript.daypilot.org/demo/scheduler/eventsjoint.html
But this Java example has the joint events moving together but not resizing together (that's how I want it in Javascript):
https://java.daypilot.org/demo/Scheduler/EventsJoint.jsp
(I'm doing this in javascript and angular.)
Thanks!