본문으로 건너뛰기

onBeforeDataRender

Description

데이터가 페이지에 표시되기 직전에 트리거됩니다.

onBeforeDataRender: () => void;

Example

gantt.attachEvent("onBeforeDataRender", function(){
////여기에 사용자 정의 로직 작성
});

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.