Skip to Content
0
Former Member
Aug 04, 2016 at 11:59 AM

Code snipped from sapui5.hana.ondemand.com how does it work ? How can I get to know from documentation?

56 Views

Hi ,
I was trying to generate table columns from metada of Entity's properties and I found an example in sapui5.hana.ondemand.com

which is https://sapui5.hana.ondemand.com/1.36.12/explored.html#/sample/sap.ui.table.sample.OData2/code

I am wondering that how does highlighted code works. I tried to find the documentation about that(columns) but I couldn find.

In my case I couldn make to call function columnFactory in my controller . I am facing with

"sap-ui-core.js:506 Uncaught Error: Missing template or factory function for aggregation columns of Element sap.ui.table.Table#idProduct1--table !" error.

Attachments