Hi greeting,
How to config to have different task in same 1 row in Gantt Chart.
In scheduler have this feature but cannot link each Event like Gantt Chart. https://builder.daypilot.org/scheduler Or is the any way to link event in Scheduler like Gantt Chart? https://builder.daypilot.org/gantt
Thank you
Only the Scheduler component can display multiple events/task in the same row.
But it supports event links as well: https://javascript.daypilot.org/demo/scheduler/eventlinks.html
Hi Dan,
Can the scheduler event link show 2 dot point (front and end of each event) to be manual linking like Gantt chart?
You can enable event creating using linkCreateHandling property:
config = { // ... linkCreateHandling: "Update" }
See also: https://api.daypilot.org/daypilot-scheduler-linkcreatehandling/
How to enable contextMenuLink config on event link using contextMenuLink. I want to have right click delete option on those event linking
but I got error: 'contextMenuLink' does not exist in type 'SchedulerConfig'