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

Multiple title parent resource (Scheduler)

Asked by Anonymous
1 month 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 month 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 month ago.

Thanks for your prompt :) !

New Reply
This reply is
Attachments:
or drop files here
Your name (optional):