Chapter Start
.release_date{ font-size: 13px; margin-left: 20px; } If your ... Fix incorrect handling of tasks and links props changes in the React Gantt component 9.0.12 ... , 2025. Bugfix release Fixes Fix the issue preventing changes to the parent field value in the Lightbox ... where project tasks are not repainted if the
Chapter Start
table.my_table { width: 100%; } table.my_table ... -> 9.0 The v9.0 update introduces several breaking changes. Skins switched to CSS variables CSS skins (themes) ... component and CSS class names have mostly remained unchanged, CSS styles written for older versions of the ... Resource assignments In previous versions of DHTMLX Gantt,
Chapter Configuring Tasks
This functionality is available only in the PRO ... child of a regular task, the task doesn't change its duration or progress respectively. Can appear on ... project task depends on its children and is changed respectively. Specifying project tasks Related sample: Projects and ... a child of a project task, the task
Chapter Common Features
dhtmlxGantt Chart allows you to undo/redo the made changes. To enable this functionality, you need to enable ... off one of the options: Related sample: Undo/Redo changes in Gantt Undo/Redo API To revert the
Chapter Configuring Tasks
By default, dhtmlxGantt calculates the duration of tasks ... hours: 8:00 - 12:00, 13:00 - 17:00. To change the default working time, use the setWorkTime method: ... of the setWorkTime method. For instance, you can change the default working time for winter months: To ... different time periods Changing working hours You can
Chapter How to Start with dhtmlxGantt
This tutorial describes how to add dhtmlxGantt into ... of an app. Go to routes/web.php and change the default route: routes/web.php Run the app ... are ready to use and don't require any changes to work with gantt. What we can do, ... .php And the Link model doesn't need any
Chapter Server-Side Integration
DHTMLX Gantt is a client-side JavaScript library designed ... will be ineffective. In this case attackers can change the Gantt configuration in the desired way and ... instance object is accessed by attackers, they can change literally everything in Gantt and redefine all functions. ... . In our Gantt component, it is possible to
Chapter How to Start with dhtmlxGantt
This tutorial will give you step-by-step instructions on ... should be dropped and re-created whenever the model changes. First, we should create a database initializer. For ... App_Start folder that will be inherited from the DropCreateDatabaseIfModelChanges class. Let's call it "GanttInitializer". In this class ... , converting it to a Task model and saving
Chapter How to Start with dhtmlxGantt
In this tutorial you will find necessary information ... create and modify tasks and links, but no changes will be stored after the page reload. We ... added on the previous step. Step 5. Saving changes Our next step is to implement saving of the
Chapter Configuring Scales
Changing the scale on-the-fly helps you to make ... themselves which one to apply. Configuration settings To change a scale's setting (e.g. step, sub-scale) dynamically ... for the related configuration option(s). For example, to change the scale's unit from "month" to "day", use ... render method. Dynamic changing of the scale configuration