Zum Hauptinhalt springen

onDataRender

Description

Wird ausgelöst, unmittelbar nachdem die Daten auf der Seite angezeigt wurden

onDataRender: () => void;

Example

gantt.attachEvent("onDataRender", function(){
alert("Daten wurden auf der Seite dargestellt")
});

gantt.init("gantt_here");
gantt.parse(demo_tasks);
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.