Hello experts
what is the correct way to bind items to tables/list in XML view?
e.g. <Table items={"EntityName"} >
Do we not need the slash here ???
"/EntityName"
In JS views, I think we need to give it / like
Table.bindRows("/EntityName");
Appreciate if anyone can clear the confusion.
Thank you
Aakash