The row height is calculated from eventHeight and the maximum number of overlapping events + it takes into account adjustments like rowMinHeight
. So it doesn’t depend on the row header content.
There was a problem with automatic adjustment of the row header width when using custom JSX - React postpones the rendering and the content wasn’t available when the width was calculated.
Anyway - in the latest sandbox build (2025.2.6453) the width calculation should work fine with JSX in the row headers as well.
Please let me know if there is any problem.