Gantt encapsulates the vue component how to customize the action column and bind the click event and proceed

Gantt encapsulates the vue component how to customize the action column and bind the click event and proceed

Hello Jinhua,
You can customize columns by modifying the gantt.config.columns property. The following articles describe the column object properties and what you can change:
https://docs.dhtmlx.com/gantt/desktop__specifying_columns.html
https://docs.dhtmlx.com/gantt/api__gantt_columns_config.html
If you want to show a button in the grid and add a click event, you can return an HTML element with the onclick event in the template:
https://docs.dhtmlx.com/gantt/desktop__specifying_columns.html#datamappingandtemplates
Here is an example of how it might be implemented:
https://snippet.dhtmlx.com/cbae636b3

If you mean something different, please describe your question with more details.