-
-
Notifications
You must be signed in to change notification settings - Fork 50.9k
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
Table排序后页数没有回到第一页 #16978
Comments
默认行为。 |
现在目前就是这样解决的,但是京东、淘宝这些哪些是筛选排序后仍在当前页面。 |
ant-design/components/table/Table.tsx Line 475 in c9205f9
我们在 filter 的时候是回到第一页的,我感觉可以统一一下行为。 |
但是这样修改只适合需要服务器端请求数据排序的情况吧,如果只需要在当前页面排序,这样就会造成onChange的时候不知道这个是否是换页操作还是排序操作了吧 |
需要再考虑一下,筛选的时候回到第一页是因为内容可能变少导致当前页没有数据了,排序理论上不会出现这个现象。 |
我认为可以在 Table 或 Col 加个参数,判断是否排序后重置为首页。 |
如何手动切换到第一页呢? |
能问下现在4.0版本 只想筛选当前页数据,不回到第一页支持吗 @afc163 |
排序时重置到第一页是比较合理的做法。但是protable组件却不支持。 如何手动重置到第一页呢? 没有看到有暴露相关API啊 这个antd pro项目还有在维护吗?感觉作者已经弃坑了啊。。。。 |
Reproduction link
Steps to reproduce
点击下一页,然后排序
What is expected?
排序后onChange的pagination.current为 1
What is actually happening?
仍为当前页码
The text was updated successfully, but these errors were encountered: