How to find which task column has been clicked

i want to know which task column has been clicked.How we can get this information

Hi,
you can inspect DOM target of onTaskRowClick event - find the index of clicked column and check gantt config to find what column goes on that position. Here is a demo snippet.dhtmlx.com/10e988d2c
docs.dhtmlx.com/gantt/api__gant … 3470980271