search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Multiple title parent resource (Scheduler)

Asked by Anonymous
1 year 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

Answer posted by Dan Letecky [DayPilot]
1 year 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,
  // ...
}
Comment posted by Anonymous
1 year ago.

Thanks for your prompt :) !

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.