Our powerful JS Calendar component


Post by janiquekamgx »

I am trying to render related events(based on an id property) like so:

image-20221006-122553.png
image-20221006-122553.png (20.96 KiB) Viewed 233 times

So I have events on days 1 and 2 with overlayed times where I'd like to render the second-day event without title and have them as a continuous cell.

Does bryntum have something that would make this possible?


Post by marcio »

Hello janiquekamgx,

Regarding the custom content renderer, we have https://www.bryntum.com/docs/calendar/api/Calendar/widget/mixin/EventRenderer and a demo usage example here https://www.bryntum.com/examples/calendar/custom-rendering/.

Besides that, the continuous cell would require some CSS maybe, but even with that, not sure it would be exactly like you shared, but with cls property maybe would do the trick (check the eventRenderer documentation to check the renderData parameter)

Best regards,
Márcio


Post Reply