can I access the task in the label section in the dhtlmx Gantt grid columns section like we get in template function in grid columns?
Hello,
Unfortunately, it is not clear to me what you mean by the label section
, so I cannot suggest if you can get the task
object there.
If you mean the label
property of the grid column, it is related to the column name:
https://docs.dhtmlx.com/gantt/api__gantt_columns_config.html#:~:text=specifies%20the%20title%20of%20the%20column
The column name is not related to tasks. Moreover, it is just a string
or number
property. So, you cannot access the task data there.
If you mean something different, please clarify your question in more detail.