onDataProcessorReady
Description
Ausgelöst, wenn dp.init(gantt) aufgerufen wird
onDataProcessorReady: (DataProcessor: any) => void;
Parameters
DataProcessor- (required) object - die DataProcessor-Instanz
Example
gantt.attachEvent("onDataProcessorReady",function(DataProcessor){
// hier können Sie Ihre eigene Logik platzieren
});
Details
Dieses Event ermöglicht es Ihnen, Handler direkt aus Ihrem Anwendungscode am DataProcessor anzuhängen.
Related Guides
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.