search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to show results for half an hour in timeHeaders

Asked by Josan
3 years ago.

I try set timeHeader in javascript

timeHeaders: [
{ groupBy: "Day",format : "dd/MM/yyyy" },
{ groupBy: "Hour", format: "HH:mm" },
],

I need to show the half an hour but i try add the code it make hard loading and reload long time because 1 cell show 60 minute.
{ groupBy: "Minute", format: "mm" },

What are some ways I can add a half hour show in timeHeaders. Please help me

Answer posted by Dan Letecky [DayPilot]
3 years ago.

Please see this grouping option:

groupBy: "Cell"

https://doc.daypilot.org/scheduler/time-header-groups/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.