请问useTable怎么实现后台分页 #789
Unanswered
hpp1106geek
asked this question in
Q&A
Replies: 2 comments
-
看下后台请求的分页传参字段名是不是一致的,不是的就在settings/componentSetting改下就行 |
Beta Was this translation helpful? Give feedback.
0 replies
-
同问,实测在示例表格中当从第一页切换到其他页时页面为空,因为示例接口每次返回的是单次请求的数据,永远都只有一页数据,前端采用的是覆盖式更新数据,那么怎么实现前端缓存更新呢 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
设置了
pagination:{
total:100,
pageSize:10,
curent:1,
},
没有效果
Beta Was this translation helpful? Give feedback.
All reactions