Sergio,
I am not able to view data even if I changed the items path for the data table.
What do you mean in details with 'since it is a child of the header data, you may need to specify one more level deep in your code' ? Is it about some to add for the binding in the table for example
1. <table:Table id="carrierTable" items="{path:'/d/results/1/toPosition/results'}">
or something into the controller.js side
2. tableCarrier.bindRows( {path: '/fileRepositorySet',
filters : [ new sap.ui.model.Filter("fileId", sap.ui.model.FilterOperator.EQ, fileid) ],
parameters : {expand: 'toPosition'}
});
Do you think in case of point 1. the path would be correct using '/d/results/1/toPosition/results' for the odata received for this scenario ?
Regards,
Claudia