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

hourWidth

Asked by Anonymous
5 years ago.

Hello Dan,
how can I customize the width of the time header column.
I do use days.
Thank you in advance
Otto

Comment posted by Anonymous
5 years ago.

This is my time column:
dp.timeHeaders = [
{ groupBy: "Month", format: "MMM yyyy" },
{ groupBy: "Cell", format: "ddd" },
{ groupBy: "Cell", format: "d" }
];

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

Hi Otto,

The groupBy: "Cell" option sets the time header cell width to match grid cells. If you want to increase the grid cell width you can use "cellWidth" property:

https://api.daypilot.org/daypilot-scheduler-cellwidth/

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