diff --git a/superset-frontend/src/components/FilterableTable/index.tsx b/superset-frontend/src/components/FilterableTable/index.tsx index 2a56bd7dca16..8324e93b902b 100644 --- a/superset-frontend/src/components/FilterableTable/index.tsx +++ b/superset-frontend/src/components/FilterableTable/index.tsx @@ -563,6 +563,7 @@ const FilterableTable = ({ }; const renderGrid = () => { + totalTableHeight.current = height; if ( container.current && totalTableWidth.current > container.current.clientWidth @@ -643,6 +644,7 @@ const FilterableTable = ({ ); } + totalTableHeight.current = height; if ( container.current && totalTableWidth.current > container.current.clientWidth