angularjsでテーブル列の幅を制御するためにリピーターを使用できますか? col ng-repeat
<colgroup>
<col ng-repeat="th in eventCollection.head" ng-style="width:{{th.width}}" />
<!--<col span="1" style="width: 5px;">
<col span="1" style="width: 100px;">
<col span="1" style="width: 20px;">
<col span="1" style="width: 20px;">
<col span="1" style="width: 20px;">
<col span="1" style="width: 20px;">-->
</colgroup>