본문으로 건너뛰기

onDataRender

Description

페이지에 데이터가 렌더링된 후에 발생합니다

onDataRender: () => void;

Example

gantt.attachEvent("onDataRender", function(){
alert("Data was rendered on the page")
});

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.