forked from VinokurovVE/tests
Refactored store
This commit is contained in:
@ -13,7 +13,7 @@ export default function DataTable(props: Props) {
|
||||
columns={props.columns}
|
||||
initialState={{
|
||||
pagination: {
|
||||
paginationModel: { page: 0, pageSize: 5 },
|
||||
paginationModel: { page: 0, pageSize: 10 },
|
||||
},
|
||||
}}
|
||||
pageSizeOptions={[10, 20, 50, 100]}
|
||||
|
Reference in New Issue
Block a user