diff --git a/superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx b/superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx index 747c17d80bfc..e9d27c3b1157 100644 --- a/superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx +++ b/superset-frontend/src/components/Chart/DrillDetail/DrillDetailPane.tsx @@ -314,6 +314,7 @@ export default function DrillDetailPane({ columns={mappedColumns} size={TableSize.Small} defaultPageSize={PAGE_SIZE} + pageSizeOptions={['50']} recordCount={resultsPage?.total} usePagination loading={isLoading}