UI5 中的隐形寻呼

Stealth Paging in UI5

是否可以在 sap.ui.table.Table 上执行隐形寻呼?通过隐形分页我的意思是,当滚动(向上或向下)时只检索一批记录。当前页面被删除并替换为下一批记录。我不想要一种不断附加到数据的技术,因为我有一个最后一个按钮,它会永远加载所有内容。

我会使用类似 getThreshold() found here 的东西吗?

sapui5 中的表已经内置了这个。

a Table control can take care of only rendering the currently visible rows and use this ScrollBar control to make the user think he actually scrolls through a long list.

这个可以找到here

SapUi5 比我想象的还要酷!