Error: No binding found in the table. #723
-
I recentyl added the spreadsheetimporter to my project.
The function which is invoked by the action looks like that: (its pretty much the example provided by the typescript section of the docu)
I think basiclly this is because i have an associations.
Can you use the importer with something like that? I found in the documentation the in the docu it gives an example like: If i do this similar (with my tableId), then
and with
im Using a "grid table" so i changed from "items" (example) into "rows". But stil i got undefined Any help will be much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can you please post the complete metadata.xml? |
Beta Was this translation helpful? Give feedback.
-
I was able to debug it and get it working :) .
I provided now the ui.table and it works :) |
Beta Was this translation helpful? Give feedback.
I was able to debug it and get it working :) .
The problem was that the tableId I provided was of a mdc-table (sap.ui.mdc.Table).
And for that case the binding was
undefined
since your checking only onI provided now the ui.table and it works :)