Commit dfb24376736ba263e01253cd585c6722cb40feb2

Authored by Sergey Tarnavskiy
1 parent a84d2ca4

update fix

@@ -340,7 +340,7 @@ function EntitiesTableWidgetController($element, $scope, $filter, $mdMedia, $tra @@ -340,7 +340,7 @@ function EntitiesTableWidgetController($element, $scope, $filter, $mdMedia, $tra
340 } 340 }
341 if (!style.width) { 341 if (!style.width) {
342 var columnWidth = vm.columnWidth[key.label]; 342 var columnWidth = vm.columnWidth[key.label];
343 - if(columnWidth && columnWidth !== "0px") { 343 + if(columnWidth !== "0px") {
344 style.width = columnWidth; 344 style.width = columnWidth;
345 } 345 }
346 } 346 }