Why can I give items as property?
Why can I give items as property? The Table is extended from the ListBase. On the Table, I can you use items aggregation from ListBase as a property like as following: <Table inset="false" items="{ path: '/ProductCollection', sorter: { path: 'Name' } }"> Why can I use items as a property, although is defined as aggregation? items Not sure what exactly the question is.. Are you asking what items="{...}" does? Or how the framework handles items in the background, thus "why" it works? This question is missing some context. – Boghyon Hoffmann 2 days ago items="{...}" items 2 Answers 2 In UI5, there are basically two ways of filling an aggregation. One is by adding the elements dire...
