The one which worked for me looks like below. I see a difference from your annotations.<edmx:DataServices> <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm"> <Annotations Target="STTA_PROD_MAN.STTA_PROD_MAN_Entities/STTA_C_MP_Product">
...
This should have worked. Can you check if you have placed the annotation at the entity level ? A sample is below:<Annotations Target="XX.YY_Entities/Name"> <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> ...
Hi Javier,The fixedLayout is recommended to be set to false for tables with fewer columns and are meant to be rendered on larger screens and vice versa for fixedLayout to be true.In fact fixedLayout true will render the table little faster. The incon...