Skip to main content

onGanttLayoutReady

Description

Fires after the Gantt layout is ready, but before it is rendered

onGanttLayoutReady: () => void;

Example

gantt.attachEvent("onGanttLayoutReady",function(){
// any custom logic here
});