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}
]