Premium support for our pure JavaScript UI components


Post by indumati.raghumajji »

Hi Team,

We have a requirement to show downtime and holiday for resource and we are using ResourceTimeRanges for that. But ResourceTimeRanges height is more than event's height.

In our design we want to show downtimes similar to events. Could you please suggest on how to achieve this.

PFA image for example design.

Thanks,
Indu

Attachments
downtime_ux.PNG
downtime_ux.PNG (29.87 KiB) Viewed 401 times

Post by mats »

It's by design, so no simple fix. You can try to set your own hardcoded CSS to get it the way you want (height + top for example).

 { height : XX !important; top : 10px } 

Post Reply