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.
Calendar config:
{
headerLevelHeights: [ 50, 100 ],
// ...
}