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