Hi, I am using DayPilot Scheduler with Angular 7 now.
When A and B events overlap, can I force B events to be displayed in the upper row? Specifically, I'd like to fix the floor I'm in charge at the top, and display the sudden work at the bottom.
You can apply custom sorting rules to overlapping events. Please see the example in the documentation: https://doc.daypilot.org/scheduler/event-sorting/
Let me know if this is not what you are looking for.
Thank you for your quick response. The implementation was done without problems in the way I was taught. By the way, can I display the event with the second row fixed even if the events do not overlap? I want each row to be configured in two stages, and to display the decided events in the upper and lower rows.
In that case it might be better to display the data in two rows. That will ensure that the position is fixed. It's not possible to display an event at the bottom of a row if there is no event above it.
Another option to display previous stages might be the event versions. But that may not be exactly what you are looking for (the previous event versions can't be moved using drag and drop):
https://doc.daypilot.org/scheduler/event-versions/