link_attribute

sets the name of the attribute that will specify the id of the link's HTML element

string link_attribute;

Example

gantt.config.link_attribute = "data-link-id"


Default value:

"data-link-id"
Details

The link_id attribute is included to remain backward compatibility with previous versions.

Back to top