Marco
Results
1
comments of
Marco
I think this requires a modification in compute/calender.ts where for both functions `cellPositionVertical` and `cellPositionHorizontal` `d.getDay()` should be replaced with ` (d.getDay() -StartDayIndex)%7 ` with `StartDayIndex = 1` for Mondays....