We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如下图,如果在表单中添加rules检验拿到的pagination始终为默认值:current:1,pageSize:10? 预期值:current:2,pageSize:100 地址:https://codesandbox.io/s/vigilant-microservice-w7h439?file=/App.tsx
The text was updated successfully, but these errors were encountered:
原因:初始化时 useAntdTable 做了校验,校验失败了,导致没有请求数据,从而丢掉了 defaultParams
解决方案:短期先去掉 rules 或者提供一个默认值,后续代码修复
Sorry, something went wrong.
hchlq
Successfully merging a pull request may close this issue.
如下图,如果在表单中添加rules检验拿到的pagination始终为默认值:current:1,pageSize:10?
预期值:current:2,pageSize:100
地址:https://codesandbox.io/s/vigilant-microservice-w7h439?file=/App.tsx
The text was updated successfully, but these errors were encountered: