Premium support for our pure JavaScript UI components


Post by mohits »

Hi ,
We have implemented angularjs version of bryntum scheduler.
As per our requirement we want to show timeline wise hours on event bar.
Is there any provision or some way from which we can hold timeranges data with event bar data.

Please refer attached image for more information which shows our requirement.

SchedulerWithEventBarHours.png
SchedulerWithEventBarHours.png (104.76 KiB) Viewed 374 times

Post by mats »

Yes, anything is possible! You can use the eventRenderer to output any markup you like. Docs: https://bryntum.com/docs/scheduler/#Scheduler/view/mixin/SchedulerEventRendering#config-eventRenderer

Here's a demo showing a nested structure inside an event bar: https://www.bryntum.com/examples/scheduler/nestedevents/


Post by mohits »

Thank you ,
Will use eventRenderer as described in docs to meet out requirement.


Post Reply