Start date - predecessors [React]

Hi Team DHTMLX,

I have defined predecessors for row two, I want auto update start date in row number two when updating data start date in row number one.

Thank you.

Hello,

By default, autoscheduling is not enabled, and if such functionality is needed, then you need to enable it using:

gantt.plugins({
    auto_scheduling: true
});

And set the auto_scheduling property to true:
https://docs.dhtmlx.com/gantt/api__gantt_auto_scheduling_config.html ;
Please check the example:
https://snippet.dhtmlx.com/wu547yao