This commit is contained in:
ivan-sim
2024-10-17 15:00:53 +07:00
parent 7a885ef4a1
commit 8e9492f98b

View File

@@ -13,7 +13,7 @@ export default function BaseTablePagination({
<Box> <Box>
<TablePagination <TablePagination
component="div" component="div"
rowsPerPageOptions={[10, 25]} rowsPerPageOptions={[10, 25, 50, 100]}
count={count} count={count}
page={page} page={page}
onPageChange={onPageChange} onPageChange={onPageChange}