Showing
1 changed file
with
2 additions
and
0 deletions
@@ -342,6 +342,8 @@ function EntitiesTableWidgetController($element, $scope, $filter, $mdMedia, $tra | @@ -342,6 +342,8 @@ function EntitiesTableWidgetController($element, $scope, $filter, $mdMedia, $tra | ||
342 | var columnWidth = vm.columnWidth[key.label]; | 342 | var columnWidth = vm.columnWidth[key.label]; |
343 | if(columnWidth !== "0px") { | 343 | if(columnWidth !== "0px") { |
344 | style.width = columnWidth; | 344 | style.width = columnWidth; |
345 | + } else { | ||
346 | + style.width = "auto"; | ||
345 | } | 347 | } |
346 | } | 348 | } |
347 | return style; | 349 | return style; |