diff --git a/addon/components/hyper-table-v2/column.hbs b/addon/components/hyper-table-v2/column.hbs
index f7f37880..a88b94ce 100644
--- a/addon/components/hyper-table-v2/column.hbs
+++ b/addon/components/hyper-table-v2/column.hbs
@@ -31,7 +31,11 @@
{{/if}}
{{#if (and this.filteringComponent (eq @handler.tetherOn @column.definition.key))}}
-
+
void;
displayMoveIndicator: boolean;
@@ -49,7 +52,7 @@ export default class HyperTableV2Column extends Component this.setDropdownHeight();
+ window.addEventListener('resize', this.resizeHandler);
+ }
+ }
+
@action
orderColumn(e: MouseEvent): void {
e.stopPropagation();
@@ -102,8 +127,12 @@ export default class HyperTableV2Column extends Component