fix: vxeTable Hook 的默认 PagerConfig 调整
默认的每页20,没有在全局中注册
This commit is contained in:
parent
2daf4b6b72
commit
600666ffd0
@ -68,7 +68,7 @@ export const useVxeTable = <T>(opt: iVxeOption, extras?: VxeGridProps<T>) => {
|
|||||||
pagerConfig: {
|
pagerConfig: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
size: vxeSize,
|
size: vxeSize,
|
||||||
pageSize: 20,
|
pageSize: 50,
|
||||||
},
|
},
|
||||||
printConfig: { sheetName: '' },
|
printConfig: { sheetName: '' },
|
||||||
// proxyConfig: {
|
// proxyConfig: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user