Hello Dan, how can I customize the width of the time header column. I do use days. Thank you in advance Otto
This is my time column: dp.timeHeaders = [ { groupBy: "Month", format: "MMM yyyy" }, { groupBy: "Cell", format: "ddd" }, { groupBy: "Cell", format: "d" } ];
Hi Otto,
The groupBy: "Cell" option sets the time header cell width to match grid cells. If you want to increase the grid cell width you can use "cellWidth" property:
https://api.daypilot.org/daypilot-scheduler-cellwidth/