onTaskRowClick
Description
Fires when the user clicks on a row in the table
onTaskRowClick: (id: string | number, row: HTMLElement) => void;
Fires when the user clicks on a row in the table
onTaskRowClick: (id: string | number, row: HTMLElement) => void;