diff --git a/ui/src/components/table/index.tsx b/ui/src/components/table/index.tsx index 8c082b752f..5030b104be 100644 --- a/ui/src/components/table/index.tsx +++ b/ui/src/components/table/index.tsx @@ -62,6 +62,8 @@ export default function SortFilterTable(props: any) { showSizeChanger:true, showQuickJumper:true, hideOnSinglePage:true, + pageSize:30, + defaultPageSize:30, }} />