Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Modify the Syncfusion Scheduler component in the timeline mode grouped by resources to allow appointments with varying heights. The modification should ensure that there are no gaps or overlaps between appointments.
Currently, setting a height to an appointment in the eventRendered event, as per the example in the Syncfusion documentation, results in either a gap between appointments within a cell (if the set height is less than the default height of an appointment), or overlapping appointments (if the set height is greater than the default).
The task requires a solution that allows appointments to be rendered sequentially, irrespective of their individual heights, without any gaps or overlaps. This may involve adjusting how the Scheduler component handles the rendering of appointments in the timeline mode when grouped by resources.