-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
🐛[BUG]ProTable请求查询过滤后没有数据时Pagination不会重置 #8496
Comments
或者有什么方法可以,可以在data是null的时候重置Pagination? |
兄弟这个问题解决了吗,我这也是,我的是假如当前是第三页,然后把这条数据删除,给后端的current是3,然后肯定是没有数据的,但是table的页码自动变为了2,但是其实2页应该是有数据的,这个时候哪怕在第三页展示个空数据也行 |
没解决...想用state监听errors时控制Pagination显示,但是这样正常搜索又不对了...因为false的时候又没法设置pageSize这些参数. |
额...没人看看么? |
我很早就遇到了这个问题,很无奈也没找到很好的解决办法,我的做法是自己写 search 组件,分别通过 重置和查询 按钮来控制搜索参数,然后在 portable 的 onChange 事件里 处理 pageNum和pageSize,这种写法导致我的代码存在大量冗余,希望有好的解决方案的时候能踢我一脚 |
发现异常后,重新获取数据不会触发onChange |
@jszyy 谢谢. |
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
🐛 bug 描述
请求查询过滤后没有数据时Pagination不会重置
📷 复现步骤
🏞 期望结果
没有数据时,Pagination分页显示最初设置的状态(1或隐藏)
💻 复现代码
© 版本信息
🚑 其他信息
The text was updated successfully, but these errors were encountered: