Similar shifts are not aligned on the same row across days

I have multiple similar shifts created on different days (same crew, same time, same location), as shown in the screenshot. However, these similar shifts are not aligned on the same row across days — each day seems to render its shifts independently.

What I want is for similar shifts to always appear in the same horizontal row across all days. For example, all “Crew NY” shifts with the same time should be aligned on one row throughout the schedule, even if there are gaps on certain days.

Is there a recommended way in Mobiscroll to group or align events by a custom key (such as crew + time) so that the layout remains consistent across days?

Hi @Sudip,

You can use the renderScheduleEvent to customize how events are rendered based on your requirements. If you also need to control the order of the events, you can do that using the order property of the data option.

Thanks @gabi. This resolved the issue