본문으로 건너뛰기

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.