Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | } |