I have a Table in a XMLView that is connected to an Odata Service like this:
< | Table | ||
id="Table1" | |||
headerText="Products" | |||
class="sapUiResponsiveMargin" | |||
width="auto" | |||
items="{ |
path: '/odataTest/Products'
}"
> |
The Collums are initialized correctly i think but that isn't the problem because i see that in the developertools in chrome that it doesn't make the get request to the odata service.
In my neo-app.json File i have this:
{
"path": "/destinations/odataTest",
"target": {
"type": "destination",
"name": "odataTest",
"entryPath": "/odataTest"
},
"description": "odataTest"
}
Wy doesn't the Table make the get request to the Odata Service? What are the steps i forgot?