ShowRowCount of SmartTable only shows the correct row count when scrolling to the last entry of table. If the row count is smaller then 100 the result is correct. If the row count is bigger then 100, for example 304, the inital result is 100. Now, if i scroll to the bottem and trigger growingScrollToLoad the result is 200. I have to scroll two times more to the bottem and trigger growingScrollToLoad to see the correct result 304.
<smartTable:SmartTable id="smartResult" entitySet="someSet" tableType="ResponsiveTable" useExportToExcel="false"
useVariantManagement="false" useTablePersonalisation="true" header="Result" showRowCount="true"
persistencyKey="SmartTableAnalytical_Explored" enableAutoBinding="false" class="sapUiResponsiveContentPadding"
initiallyVisibleFields="Some Field Names"
ignoredFields="Some other Field Names"
requestAtLeastFields="InternalID">
<Table id="tableResult" noDataText="{i18n>noData}" growingThreshold="50" mode="Single" sticky="ColumnHeaders" growing="true" growingScrollToLoad="true">
Has anybody some idea?