Hi Dan,
Apologies for the late reply - I was trying to find out exactly when this happens. I seem to have the issue in the Gantt only when I have scale = “Week”
set.
I set:
gantt.scale = 'Week';
gantt.cellWidth = 100;
gantt.useEventBoxes = 'Never';
gantt.cellDuration = 1440;
gantt.cellGroupBy = “Month“;
gantt.cellWidth = 100;
gantt.cellWidthSpec = “Fixed“;
And have two headers:
-
A month header (level 0, groupBy = “Month“)
-
A week header (level 1, groupBy = “Week“)
The call stack is:
at exceljs.js?v=3f5eaafe:2040:44
at exceljs.js?v=3f5eaafe:2612:13
at Array.forEach (<anonymous>)
at Object.each (exceljs.js?v=3f5eaafe:2611:71)
at t.exports._mergeCellsInternal (exceljs.js?v=3f5eaafe:2039:15)
at t.exports.mergeCells (exceljs.js?v=3f5eaafe:2031:18)
at o3.setColspan (daypilot-pro-javascript.js?v=3f5eaafe:2144:37)
at daypilot-pro-javascript.js?v=3f5eaafe:15922:326
at Array.forEach (<anonymous>)
at daypilot-pro-javascript.js?v=3f5eaafe:15916:30