#1731·x-render

TableRender刷新列表能否支持自定义页码

Author: GG1525Created May 11, 2026Updated May 11, 2026

期望的新功能 (describe the expected new feature)

可以外部控制TableRender的页码

简述一下使用场景,便于开发者更好理解新功能的必要性 (describe your scenario for us to understand the need)

当删除第三页列表的最后一条数据时,TableRender 内部分页没有自动回退到上一页,而 tableRef.current?.refresh({ stay: true })并不会改变页码,tableRef.current?.refresh() 会回到第一页。导致想要自动切换到第二页无法实现