mirror of
https://github.com/hexastack/hexabot
synced 2025-02-22 20:38:32 +00:00
fix: increased the default number of pagesize
This commit is contained in:
parent
e06dfd62de
commit
f06599c4a0
@ -34,7 +34,7 @@ export const usePagination = (
|
|||||||
rowCount: number = -1,
|
rowCount: number = -1,
|
||||||
initialPaginationState: GridPaginationModel = {
|
initialPaginationState: GridPaginationModel = {
|
||||||
page: 0,
|
page: 0,
|
||||||
pageSize: 5,
|
pageSize: 10,
|
||||||
},
|
},
|
||||||
initialSortState?: GridSortModel,
|
initialSortState?: GridSortModel,
|
||||||
hasCount: boolean = true,
|
hasCount: boolean = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user