The headerHeight property (number) specifies the height of the column header row (in pixels) in the JavaScript Calendar component.
If you define a hierarchy of columns and display multiple header levels, you can configure the height of each level using the headerLevelHeights property.
30
Calendar config:
{
headerHeight: 25,
// ...
}