enables the Redo functionality for the gantt
gantt.config.redo = true;
This option is defined in the undo.js extension, so you need to enable the undo plugin. Read the details in the Undo/Redo Functionality article.
added in version 4.0
Back to top