Hi,
My daypilot is group by below:
timeHeaders: [
{ groupBy: "Hour" }
],
days: 1
I have two requirements:
1. View total of shifts for each resource
I want to add column on extreme right side to display the total shifts duration for that each resource and it should scroll also. There is one option to add an extra column just next to resources but i want to move that column on right side of scheduler grid
2. View total of each hour at bottom
I want to add an extra row at end of scheduler (should be visible all the time), which should calculate shifts duration for that each hour (24 hours) and it should horizontal scroll but remain visible on vertical scroll.
Regards,
Nirav