跳到主要内容

onDataRender

Description

数据在页面上显示后立即触发

onDataRender: () => void;

Example

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

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.