You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't return to the page number API provides data, but support paging query. So not only the traditional paging to load the second page, only to be able to form the slide to the bottom (there may be a threshold value) to trigger. (when the return to the number of empty or less than the limit of requests that at the end of the page) (might not consistent returns the number of each page)
This function solves the problem (这个功能解决的问题)
API提供的数据不能返回页码,但是支持分页查询。因此并不能只用传统的分页来加载第二页,只能够将表格滑动到底部(可能存在阈值)来触发。(当返回的数量为空或者小于请求的limit时表示末页)(可能每页返回的数量也不一致)
Can't return to the page number API provides data, but support paging query. So not only the traditional paging to load the second page, only to be able to form the slide to the bottom (there may be a threshold value) to trigger. (when the return to the number of empty or less than the limit of requests that at the end of the page) (might not consistent returns the number of each page)
Expected API (期望的 API)
事实上,我认为只需要在表格滚动到底部时派发一个事件来执行滚动到底部的操作即可。
In fact, I think you just need to scroll to the bottom in the table when handing out an event to perform scroll to the bottom of the operation.
The text was updated successfully, but these errors were encountered: