Skip to main content

onAfterBatchUpdate

Description

Fires after the batchUpdate method was called

onAfterBatchUpdate: () => void;

Example

gantt.attachEvent("onAfterBatchUpdate", function(){
// your code here
});

Change log

  • added in version 4.0
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.