Questions Tagged gantt
onBeforeTimeHeaderRender is being run for every event when using gantt
Answered: The answer is related to you side question: "How do I add events in the fastest way ?" The fastest way is to use .events.list and .update():
dps.events.list = [{...}, {...}];
dps.update();
The ....
When switching between gantt and resources view the resource-column-width is not updated
Answered: The row header width auto-fit feature works like this: 1. It will extend the width beyond the initial width if needed. It starts from rowHeaderWidth - the new width is never smaller. 2. It stores the...
Scheduler Gantt View Multiple Dates per Row
Answered: What you describe is basically the default "Resources" mode: http://doc.daypilot.org/scheduler/resources/ You need separate database tables for "Tasks" and "Actions". Task = has a name, displayed in ...
Previous
Questions 61-63 of 63