DayPilot.Calendar.headerLevelHeights

The headerLevelHeights property (array) specifies custom heights of JavaScript Calendar column header rows (when a hierarchy of columns is used).

If specified, these values will be used instead of the headerHeight value.

The values are in pixels.

Available since 2024.4.6293.

Example

Calendar config:

{
  headerLevelHeights: [ 50, 100 ],
  // ...
}