sets the number of steps that should be reverted by the undo method
gantt.config.undo_steps = 10;
gantt.init("gantt_here");
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.
added in version 4.0
Back to top