Hi Olivier,
As per my understanding I see that you have mixed 2 controls.
- Table Select Dialog - Header of this thread is referring.
- Select Dialog - Code is referring.
Although, Both these controls belongs to same family.
The error which I see in your code is the - "Binding issue"
Please try below code:
| items="{ | |
| path: '/MaterialsSet' | |
| }" > |
OR
| items="{/MaterialsSet}" > |
OR
items="{MaterialsSet}" > |
Here, I am assuming that <StandardListItem> binding is correct.
In case you waht to user Table Select Dialog - you need to change you tag's and code. Please refer to SAPUI5 Explored
Hope this will help you.
Regards
Abhijeet