본문으로 건너뛰기

onTaskRowClick

Description

사용자가 표의 행을 클릭할 때 발생합니다

onTaskRowClick: (id: string | number, row: HTMLElement) => void;

Parameters

  • id - (required) string | number - 작업 ID
  • row - (required) HTMLElement - 클릭된 행의 HTML 요소

Example

gantt.attachEvent("onTaskRowClick", function(id,row){
// 여기에 코드 작성
});
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.