undo

enables the Undo functionality for the gantt

boolean undo;

Example

gantt.config.undo = true;


Default value:

true

Related samples

Details

This option is defined in the undo extension, so you need to enable the undo plugin. Read the details in the Undo/Redo Functionality article.

See also
Change log

added in version 4.0

Back to top