Multiple title parent resource (Scheduler) Asked by Anonymous3 years ago. I have resources with children and multiple resource row header columns. The resource header columns without child show perfectly the resource columns text , but if the resource have the children i have only name of resource how-tojavascript angular.pngdisplay.png
Answer posted by Dan Letecky [DayPilot]3 years ago. By default, the Scheduler component merges cells of parent resources into a single cell. You can enable multiple columns for parents using rowHeaderColumnsMergeParents property: https://api.daypilot.org/daypilot-scheduler-rowheadercolumnsmergeparents/ config: DayPilot.SchedulerConfig = { rowHeaderColumnsMergeParents: false, // ... }