|
|
@ -14,7 +14,7 @@ |
|
|
<col *ngFor="let field of contentFields" [style.width]="columnWidth + '%'" /> |
|
|
<col *ngFor="let field of contentFields" [style.width]="columnWidth + '%'" /> |
|
|
<col style="width: 180px" /> |
|
|
<col style="width: 180px" /> |
|
|
<col style="width: 50px" /> |
|
|
<col style="width: 50px" /> |
|
|
<col style="width: 80px" /> |
|
|
<col style="width: 70px" /> |
|
|
</colgroup> |
|
|
</colgroup> |
|
|
|
|
|
|
|
|
<tbody dnd-sortable-container [sortableData]="contentItems.mutableValues"> |
|
|
<tbody dnd-sortable-container [sortableData]="contentItems.mutableValues"> |
|
|
|