See attached PNG. Each row should have children, yet they aren't showing up.
I am using DayPilot Pro Demo JS
Code is here, and attached: http://pasted.co/d92c042f
How can I fix my code?
You need to add:
treeEnabled: true
to your config.
See also: https://doc.daypilot.org/scheduler/resource-tree/
Ok thanks, that worked.