跳转到主要内容

onDataRender

Description

当数据完成在页面上的渲染时触发

onDataRender: () => void

Example

scheduler.attachEvent("onDataRender", function(){
alert("数据已在页面上渲染完成")
});

scheduler.init("scheduler_here");
scheduler.parse(demo_events);
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.