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

Headers with different height

Asked by Fabien
8 years ago.

Hello,

Is it possible to configure a different height for each header?
For example I have 3 headers, Month, Day and Hours, and I want to have Month 40px height and Day, Hours height with a height of 20px.

Actually, in DayPilot headerHeight: 40, will set 40px for all headers.
It could be cool to have something like that:

headerHeight: 40,
timeHeaders: [
{groupBy: "Month"},
{groupBy: "Week", height: 20},
{groupBy: "Day", format: "d", height: 20}
]

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