Our pure JavaScript Scheduler component


Post by Steven_Arinto »

Hello,

I have the following question:

In the attachment of this topic, you can see our scheduler cells (resourceTimeRanges) with events on top of that.
Is it possible to have the top margin (only on the first event) and the bottom margin (only the last event)?
The margin of the middle should be less.

barMargin is 20 now, but it does apply to all events. I should have diffrent margins for first-child, last-child and :not(first...)

Thanks in advance.
Attachments
scheduler events.png
scheduler events.png (15.8 KiB) Viewed 956 times

Post by pmiklashevich »

Please see this thread: viewtopic.php?f=44&t=10776
We will introduce rowMargin config in future releases: https://app.assembla.com/spaces/bryntum/tickets/7888-add-rowmargin-config/details
For now please use rowHeight and barMargin.

Regards,
Pavel

Pavlo Miklashevych
Sr. Frontend Developer


Post by Steven_Arinto »

edited
Last edited by Steven_Arinto on Fri Jul 12, 2019 11:41 am, edited 1 time in total.

Post by pmiklashevich »

Please see my post above. It's not supported but we have a ticket for this already.

Pavlo Miklashevych
Sr. Frontend Developer


Post Reply