Hi there,
I'm using a sap.ui.table.Table and want to add rows. However, I get the error message stated above in the title of this thread.
The same happens when adding the rows via XML view by defining the rows aggregation.
Coding in Table-dbg.js
/* * @see JSDoc generated by SAPUI5 control API generator */ sap.ui.table.Table.prototype.addRow = function() { jQuery.sap.log.error("The control manages the rows aggregation. The method \"addRow\" cannot be used programmatically!"); };
Any ideas?
Regards
Tobias