smarttable(ui.table)未请求所有数据

时间:2019-03-27 11:03:14

标签: sapui5

我的智能表已经显示了服务数据。 我们必须在桌面使用网格表(ui.table)。

<smartTable:SmartTable id="ReportSmartTable" entitySet="DocumentSet" tableBindingPath="/DocumentSet" tableType="Table" header="Document" showRowCount="true" enableAutoBinding="true" class="sapUiResponsiveContentPadding" showFullScreenButton="true" smartFilterId="smartFilterBar" useVariantManagement="false" persistencyKey="SmartTableUEreport" useTablePersonalisation="true">

    <ui:Table id="table" busyIndicatorDelay="{worklistView>/tableBusyDelay}" selectionMode="MultiToggle" visibleRowCount="10" visibleRowCountMode="Auto" fixedColumnCount="1" rowActionCount="1" class="sapUiSizeCompact sapUiSizeCondensed"></ui:Table>
</smartTable:SmartTable>

问题

在批处理请求中,我看到只加载了一部分数据。跳过和顶部会自动添加。 由于我使用的是UI.table,因此无法使用m.table不断增长的功能。

如何使用智能表(ui.table)请求其余数据?

0 个答案:

没有答案