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
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, // ... }
Thanks for your prompt :) !