Our pure JavaScript Scheduler component


Post by vikonen »

Hi,

It seems that if there are multiple overlapping events for a same resource the row height is not updated correctly when events are rendered. The row height is only updated when any of those events is dragged or changed otherwise.

Is this is a known issue and if so are there any workarounds?

Post by mats »

How do we reproduce this?

Post by vikonen »

Sorry for late response.

Apparently this was caused by the way we were loading data from backend to the scheduler. When we started supplying the data properly through stores the issue was fixed and I wasn't able to reproduce this with predefined data.

Post Reply