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

Changing cell width without changing the cell duration

Asked by Anonymous
2 years ago.

Hi,
I have the following configuration:

scale: 'CellDuration',
cellDuration: 10,
cellWidth: 10,

How can I change the cell width (just visually) while keeping the same cell duration of 10 minutes (s. attached screen shot)

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

You can do that by increasing the cellWidth value:

scale: 'CellDuration',
cellDuration: 10,
cellWidth: 20,

See also:
https://doc.daypilot.org/scheduler/cell-width/

Comment posted by Anonymous
2 years ago.

OK. Thank you. I tried this of course, but it seemd not to work. After your answer I digged deeper in the code and foud out that another code, which wasn't written by me, changes the cell width afterwards.

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