diff --git a/superset-frontend/src/components/Table/VirtualTable.tsx b/superset-frontend/src/components/Table/VirtualTable.tsx index fc7b7ee27d..9169e0753b 100644 --- a/superset-frontend/src/components/Table/VirtualTable.tsx +++ b/superset-frontend/src/components/Table/VirtualTable.tsx @@ -238,7 +238,7 @@ const VirtualTable = (props: TableProps) => { components={{ body: renderVirtualList, }} - pagination={modifiedPagination} + pagination={pagination ? modifiedPagination : false} /> );