File tree 2 files changed +2
-2
lines changed
packages/gantt/src/components/table
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
[ngTemplateOutlet] ="rowBeforeTemplate "
52
52
[ngTemplateOutletContext] ="{ $implicit: item.origin, item: item.origin } "
53
53
> </ ng-template >
54
- @for (column of columns; track column ; let first = $first) {
54
+ @for (column of columns; track $index ; let first = $first) {
55
55
< div [classList] ="column.classList " [style.width] ="column.columnWidth ">
56
56
<!-- drag icon -->
57
57
@if (first && draggable) {
Original file line number Diff line number Diff line change 1
1
< div class ="gantt-table-header-container ">
2
- @for (column of columns; track column; let i = $index) {
2
+ @for (column of columns; track $index) {
3
3
< div class ="gantt-table-column " [style.width] ="column.columnWidth ">
4
4
@if (column.headerTemplateRef) {
5
5
< ng-container [ngTemplateOutlet] ="column.headerTemplateRef "> </ ng-container >
You can’t perform that action at this time.
0 commit comments