2025 Feb 21 10:34 AM - edited 2025 Feb 22 4:57 AM
I want to make a dialog that can scrolling for load content for the table. I using sap.fe.macros.Table to make a table content in a dialog and try to put it in a ScrollContainer like the code below:
<Dialog title="Product" id="idDialog">
<VBox class="sapUiSmallMargin">
<macros:FilterBar
metaPath="@com.sap.vocabularies.UI.v1.SelectionFields"
id="idFilterBar"
liveMode="true"
/>
<ScrollContainer
height="100%"
width="100%"
vertical="true"
focusable="true">
<macros:Table
id="idTable"
metaPath="products/@UI.PresentationVariant#Dialog"
readOnly="true"
isSearchable="true"
enableExport="true"
disableCopyToClipboard="true"
enableAutoColumnWidth="true"
headerVisible="false"
filterBar="ActivityLogsFilterBar"
>
</macros:Table>
</ScrollContainer>
</VBox>
</Dialog>the output look like this:
It have the scroll bar but still have more button and only load data when click more button, I want it will load data when I scroll and not show the more button like that.
Can anyone help!
Request clarification before answering.
Hi, endless scrolling is the default behavior for the macro table. Just checked this in our system (1.108) Does this only happen when including it in the dialog? What version are you on?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.