diff --git a/src/App.tsx b/src/App.tsx index 09a3ca4..9f37550 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -63,7 +63,7 @@ const queryClient = new QueryClient() function App() { return ( - } pagination={{ defaultPageSize: 20 }}> + } pagination={{ pageSize: 20, showSizeChanger: true, pageSizeOptions: ['10', '20', '50', '100'] }}> }>