Hello. I have set up the scheduler so that there is a custom week view, with staff names under each day, as sections.
What I would like to do, is remove or add staff from under certain days depending on if they are working that day. Is there a way to have different sections under different days?
scheduler.createUnitsView({ name: "week_unit", property: "resource_id", list: sections, size: sizes, step: sizes, days: 7 });
For example, say I have three staff
var sections = ["John", "Jane", "Susan"]
John and Jane work all 5 work days, but Susan has Wednesdays and Thursdays off. Is there a way to remove her from underneath Wednesday and Thursday?