on 2024 Jul 17 5:03 PM
Hello,
I am developing a mobile app using MDK.
I have to display several pictures from the backend.
I have managed to implement the OData interface for that.
The picture is displayed in the ImageCollection in the SectionedTable using online OData request:
Request clarification before answering.
Try using a section of type image in the control instead of a ImageCollection, sharing sample code for reference.
"Controls": [
{
"Sections": [
{
"_Type": "Section.Type.Image",
"Image": "/SAPAssetManager/Services/OnlineAssetManager.service/{@odata.readLink}/$valuE",
"Visible": true
}
]
}
]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Image Collection is designed to show a thumbnail view of an image along with optional labels.
If you want to display an image to fill the width of the page you should consider using the Image Section which will give you options on how large the image will render. However if you need multiple images you will need an image section per image to be displayed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.