diff --git a/webpack/components/pf3Table/formatters/ellipsisCellFormatter.js b/webpack/components/pf3Table/formatters/ellipsisCellFormatter.js
index b4a2fb93f35..2e5a3bd85d2 100644
--- a/webpack/components/pf3Table/formatters/ellipsisCellFormatter.js
+++ b/webpack/components/pf3Table/formatters/ellipsisCellFormatter.js
@@ -1,5 +1,6 @@
import React from 'react';
-import EllipsisWithTooltip from 'react-ellipsis-with-tooltip';
+import { Truncate } from '@patternfly/react-core';
+
import cellFormatter from './cellFormatter';
-export default value => cellFormatter({value});
+export default value => cellFormatter();