Zum Hauptinhalt springen

onBeforeParse

Description

Wird ausgelöst, direkt bevor die Datenparsing beginnt

onBeforeParse: () => void;

Example

gantt.init("gantt_here");
gantt.attachEvent("onBeforeParse", function(){
// Hier kann benutzerdefinierte Logik eingefügt werden
});

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.