Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions gantt-sdk/angular/gantt-chart/columns/column-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,3 +574,7 @@ You can render a component inside a Gantt chart cell by setting the `template` p
{% endtabs %}

{% previewsample "https://help.syncfusion.com/samples/gantt-sdk/angular/gantt-chart/columns/render-template-cs6" %}

## Limitations

When using an Angular `ng-template` in a Gantt Chart column, the template may be evaluated multiple times during Angular change detection. This is Angular's default behavior and is not specific to the Gantt Chart component. To optimize performance, avoid complex logic or expensive operations inside templates. Instead, precompute values in the component class and keep template logic simple.