Example of Task Label Template in React Gantt Component

/
/
TasklabelTemplate

This sample explains the way of rendering label template for left, right, and task labels by mapping template elements to the leftLabel, rightLabel and taskLabel properties in labelSettings.

More Details...

Loading....
Description

In this demo, the label template is rendered using the leftLabel, rightLabel and taskLabel properties in labelSettings.

Gantt component features are segregated into individual feature-wise modules.To use a selection, inject the Selection module using the Gantt.Inject(Selection) method.To use markers, inject the DayMarkers module using the Gantt.Inject(DayMarkers) method.