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.