Quantcast
Viewing all articles
Browse latest Browse all 2638

Error at using Table control: Cannot read property 'attr' of undefined.

Error is appeared in console at using Table control:

 

Cannot read property 'attr' of undefined.

 

Previously this error was described here:

 

http://stackoverflow.com/questions/35369098/sap-openui5-error-when-using-table-control-cannot-read-property-attr-of-unde

 

Later it was mentioned here:

 

http://quabr.com/35369098/sap-openui5-error-when-using-table-control-cannot-read-property-attr-of-unde

 

Now the same error appeared in another project:

 

Table.js:6 Uncaught TypeError: Cannot read property 'attr' of undefined(anonymous function)

@ Table.js:6 Q.extend.each

@ sap-ui-core.js:60 T._updateTableContent

@ Table.js:6 (anonymous function)

@ Table.js:6 (anonymous function)

@ sap-ui-core.js:143

 

(sap-ui-core.js version 2.3.0)

 

Seems, error is happened at rendering xml view. But, the root cause still is not known.

 

Has anybody some other information about this error?


Viewing all articles
Browse latest Browse all 2638

Trending Articles