Перейти к основному содержимому

onTaskRowClick

Description

Срабатывает, когда пользователь кликает по строке в таблице

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

Parameters

  • id - (обязательный) string | number - идентификатор задачи
  • row - (обязательный) 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.