You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nikunjpatel99,
Gantt expects that every task will have the date parameters (start_date, end_date, and duration).
When you load tasks without enough date parameters Gantt assigns them from their children or from other tasks. But in that case, you won't be able to drag or resize these tasks.
You can check how it works in the following sample: https://snippet.dhtmlx.com/wpxeeiap
If a task is unscheduled, Gantt still adds the dates to the task object.
By default, the dates for these tasks are not displayed, but Gantt doesn't change that for the duration column: https://snipboard.io/EpR1bj.jpg
if i mark any task as unscheduled than it take 1 day as duration if the task is not unscheduled that way should show duration ?
if i have only start date in that case lib take 1 day as duration and caculat enddate of that in that what if only want so the startdate.
so basically it is possible to show only start date of task ?
i have dhtmlx-gantt : "^8.0.10" inside my project
The text was updated successfully, but these errors were encountered: