Our pure JavaScript Scheduler component


Post by DevMeData »

Hi everyone,

we would like to change the heading of the timeline.
Unfortunately we have only found the ViewPreset so far.

Is it possible to use a formatter or something similar to display the date as in the attached image?

Many thanks in advance

Best regards

Attachments
Attachment.png
Attachment.png (10.31 KiB) Viewed 305 times

Post by saki »

It is possible to put together the date and time format string according to viewtopic.php?f=44&t=18280&p=90420#p90420

For the red dot (I suppose it is the current time) you would turn https://bryntum.com/docs/scheduler/#Scheduler/feature/TimeRanges#config-showCurrentTimeLine to true and use css to style it to hide the line and show only dot.

And yes, you need a custom ViewPreset(s) for that.


Post Reply